Update pmd-javascript/src/main/resources/category/ecmascript/performance.xml

Co-authored-by: Andreas Dangel <andreas.dangel@adangel.org>
This commit is contained in:
Juan Martín Sotuyo Dodero 2024-07-26 08:08:12 -03:00 committed by GitHub
parent dbe5624a9e
commit f7b5398a04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ Rules that flag suboptimal code.
<rule name="AvoidConsoleStatements"
language="ecmascript"
since="7.4.0"
since="7.5.0"
message="Avoid console statements since they negatively impact performance"
class="net.sourceforge.pmd.lang.rule.xpath.XPathRule"
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_ecmascript_performance.html#avoidconsolestatements">