Skip to content

Commit

Permalink
checkstyle: restore parboiled guava exclusion (batfish#8803)
Browse files Browse the repository at this point in the history
commit-id:113f25c2
  • Loading branch information
dhalperi authored Sep 18, 2023
1 parent 92b3f25 commit faf99a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<property name="message" value="Static import from Guava utility classes"/>
</module>

<module name="RegexpSinglelineJava">
<property name="format" value="import org.parboiled.common.Immutable.*"/>
<property name="message" value="Import Guava from Guava"/>
</module>

<module name="RegexpSinglelineJava">
<property name="format" value="org.hamcrest.collection.(IsCollectionWithSize|IsEmptyCollection|IsIterableContaining|IsMapContaining|IsMapWithSize)"/>
<property name="message" value="Static import from org.hamcrest.Matchers"/>
Expand Down

0 comments on commit faf99a2

Please sign in to comment.