We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af738cd commit ce1879bCopy full SHA for ce1879b
1 file changed
sat-plugin/src/main/resources/rulesets/checkstyle/rules.xml
@@ -224,7 +224,7 @@
224
<!-- See https://checkstyle.sourceforge.io/config_imports.html#AvoidStarImport -->
225
<module name="AvoidStarImport">
226
<property name="allowStaticMemberImports" value="true"/>
227
- <property name="severity" value="warn"/>
+ <property name="severity" value="warning"/>
228
</module>
229
230
<module name="org.openhab.tools.analysis.checkstyle.AuthorTagCheck">
0 commit comments