You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ checkstyle-sonar-plugin ---
[INFO] There are 4 errors reported by Checkstyle 8.35 with https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-8.35/config/checkstyle_checks.xml ruleset.
[ERROR] src\main\java\org\sonar\plugins\checkstyle\CheckstylePlugin.java:[38,15] (coding) MultipleStringLiterals: The String "<a href='https://checkstyle.org/config.html'>" appears 2 times in the file.
[ERROR] src\main\java\org\sonar\plugins\checkstyle\CheckstylePlugin.java:[39,15] (coding) MultipleStringLiterals: The String "Checkstyle</a> " appears 2 times in the file.
[ERROR] src\main\java\org\sonar\plugins\checkstyle\CheckstylePlugin.java:[40,15] (coding) MultipleStringLiterals: The String "configuration for more information." appears 2 times in the file.
[ERROR] src\main\java\org\sonar\plugins\checkstyle\CheckstylePlugin.java:[50,15] (coding) MultipleStringLiterals: The String " <a href=\"https://checkstyle.org/config_filters.html" appears 2 times in the file.
move big text blocks to files as content to ease editing , avoid violation from MultipleStringLiterals, eventually translate to other languages
The text was updated successfully, but these errors were encountered: