
org.sonar.l10n.web.rules.Web.LongJavaScriptCheck.json Maven / Gradle / Ivy
The newest version!
{
"title": "JavaScript scriptlets should not have too many lines of code",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "FOCUSED"
},
"status": "ready",
"remediation": {
"func": "Linear",
"linearDesc": "number of lines over the threshold",
"linearFactor": "2min"
},
"tags": [
"brain-overload"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1456",
"sqKey": "LongJavaScriptCheck",
"scope": "Main",
"quickfix": "unknown"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy