Jan Klattenhoff 5e24e3d020
Some checks failed
CI / prettier (pull_request) Successful in 14s
CI / eslint (pull_request) Successful in 17s
CI / test-build (pull_request) Successful in 26s
CI / Checkstyle Main (pull_request) Failing after 3m4s
style(checkstyle): remove unused SuppressionFilter module
2025-02-13 12:18:13 +01:00

18 lines
525 B
XML

<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd"
>
<module name="Checker">
<property name="severity" value="error"/>
<property name="tabWidth" value="4"/>
<module name="LineLength">
<property name="max" value="500"/>
</module>
<module name="FileTabCharacter">
<property name="eachLine" value="true"/>
</module>
<module name="NewlineAtEndOfFile"/>
</module>