How to Suppress Warnings in Sonar for properties file?

后端 未结 1 1367
小鲜肉
小鲜肉 2021-01-27 03:44

Is it possible to Suppress Warnings in properties file? Warnings are generated by SonarQube Java Properties Plugin.

Warning key *jproperties:** is (for example jprop

相关标签:
1条回答
  • 2021-01-27 04:13

    It is not possible and there's no plan to add such a feature. The only thing that you might want to do is to exclude this rule for this very specific file by setting exclusions: http://docs.sonarqube.org/display/SONAR/Narrowing+the+Focus#NarrowingtheFocus-IgnoreIssues (Ignore Issues on Multiple Criteria criterion)

    0 讨论(0)
提交回复
热议问题