Add checkstyle for gradle

This commit is contained in:
thomasperkins1123 2024-01-31 12:45:31 +00:00 committed by Dave Syer
parent 836d111e99
commit ee6573cee0
3 changed files with 36 additions and 1 deletions

View file

@ -6,5 +6,6 @@
<suppress files="node_modules/.*" checks=".*"/>
<suppress files="node/.*" checks=".*"/>
<suppress files="build/.*" checks=".*"/>
<suppress files="target/.*" checks=".*"/>
<suppress files=".+\.(jar|git|ico|p12|gif|jks|jpg|svg|log)" checks="NoHttp"/>
</suppressions>