mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 17:37:27 +00:00
Add checkstyle for gradle
This commit is contained in:
parent
836d111e99
commit
ee6573cee0
3 changed files with 36 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue