make tab check a warning

This commit is contained in:
Zhongheng Liu 2025-11-14 19:57:30 +01:00
commit ac8901de5a
Signed by: steven
GPG key ID: F69B980899C1C09D

View file

@ -84,6 +84,7 @@
<!-- 11. File tabs/spaces: require no raw tabs etc -->
<module name="FileTabCharacter">
<property name="severity" value="warning" />
<property name="eachLine" value="true"/>
</module>