Skip to content

Commit

Permalink
Improves Checkstyle suppression regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Oct 23, 2018
1 parent b64c03d commit c1ea76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"https://checkstyle.org/dtds/suppressions_1_2.dtd">

<suppressions>
<suppress checks="ImportOrder" message="'java.*"/>
<suppress checks="ImportOrder" message="^'java\..*'.*"/>
</suppressions>

0 comments on commit c1ea76b

Please sign in to comment.