Skip to content

Commit

Permalink
Remove check on assert keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tdcmeehan committed Jun 14, 2019
1 parent a4db28f commit a77f9d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/checkstyle/presto-checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@
<property name="allowLineBreaks" value="false" />
</module>

<module name="IllegalToken">
<property name="tokens" value="LITERAL_ASSERT" />
</module>

<module name="IllegalImport">
<property name="illegalPkgs" value="org.weakref.jmx.internal" />
<property name="illegalPkgs" value="jersey.repackaged" />
Expand Down

0 comments on commit a77f9d6

Please sign in to comment.