org.sonar.l10n.css.rules.css.S1116.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-javascript-plugin Show documentation
Show all versions of sonar-javascript-plugin Show documentation
Code Analyzer for JavaScript/TypeScript/CSS
Extra semicolons are usually introduced by mistake, for example because:
- It was meant to be replaced by one more property declaration, but this was forgotten.
- There was a typo which lead the semicolon to be doubled, i.e.
;;
.