org.sonar.l10n.web.rules.Web.ComplexityCheck.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-web-plugin Show documentation
Show all versions of sonar-web-plugin Show documentation
Enables scanning of HTML, and JSP/JSF files.
{
"title": "Files should not be too complex",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Linear with offset",
"linearDesc": "per complexity point above the threshold",
"linearOffset": "30min",
"linearFactor": "1min"
},
"tags": [
"brain-overload"
],
"defaultSeverity": "Major"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy