Skip to content

Commit

Permalink
Ignore intelliJ files (#150)
Browse files Browse the repository at this point in the history
* Have Checkstyle ignore intelliJ config files

---------

Co-authored-by: Kevin S. Clarke <ksclarke@ksclarke.io>
  • Loading branch information
janhoy and ksclarke authored Apr 15, 2023
1 parent 0260b16 commit f40e697
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
<suppress files="src[\\/]main[\\/]generated[\\/]" checks="."/>
<suppress files="target[\\/]" checks="."/>
<suppress files="src[\\/]main[\\/]docker[\\/]kakadu[\\/]" checks="."/>
<suppress files=".idea[\\/]" checks="."/>
</suppressions>

0 comments on commit f40e697

Please sign in to comment.