sonar-checkstyle icon indicating copy to clipboard operation
sonar-checkstyle copied to clipboard

move Sonar UI big text blocks to file resources

Open romani opened this issue 7 years ago • 2 comments

move big text blocks to files as content to ease editing , avoid violation from MultipleStringLiterals, eventually translate to other languages

romani avatar Dec 27 '17 20:12 romani

closing issue as stale.

muhlba91 avatar Feb 14 '22 13:02 muhlba91

@muhlba91 @romani How is this issue stale as we still have code referencing this issue? https://github.com/checkstyle/sonar-checkstyle/search?q=135

[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.

rnveach avatar Oct 19 '22 00:10 rnveach