Skip to content

Commit ce1879b

Browse files
authored
Fix severity level (#411)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
1 parent af738cd commit ce1879b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sat-plugin/src/main/resources/rulesets/checkstyle

sat-plugin/src/main/resources/rulesets/checkstyle/rules.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<!-- See https://checkstyle.sourceforge.io/config_imports.html#AvoidStarImport -->
225225
<module name="AvoidStarImport">
226226
<property name="allowStaticMemberImports" value="true"/>
227-
<property name="severity" value="warn"/>
227+
<property name="severity" value="warning"/>
228228
</module>
229229

230230
<module name="org.openhab.tools.analysis.checkstyle.AuthorTagCheck">

0 commit comments

Comments
 (0)