Skip to content

Commit

Permalink
Merge pull request #718 from CorfuDB/allowDeprecation
Browse files Browse the repository at this point in the history
Allow suppression of checkstyle warnings for deprecated classes
  • Loading branch information
no2chem committed Jun 19, 2017
2 parents 3362ab9 + 57383b0 commit 94915fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
<property name="arrayInitIndent" value="4"/>
</module>
<module name="AbbreviationAsWordInName">
<property name="id" value="abbreviation"/>
<property name="ignoreFinal" value="false"/>
<property name="allowedAbbreviationLength" value="1"/>
</module>
Expand Down Expand Up @@ -228,5 +229,11 @@
<property name="exceptionVariableName" value="expected"/>
</module>
<module name="CommentsIndentation"/>

<module name="SuppressWarnings">
<property name="id" value="checkstyle:suppresswarnings"/>
</module>
</module>

<module name="SuppressWarningsFilter"/>
</module>

0 comments on commit 94915fe

Please sign in to comment.