Skip to content

Commit

Permalink
Pull #1023: Add suppression for settersHaveSinceTag
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyanK7 authored and nrmancuso committed Jul 31, 2023
1 parent 5dc3bf2 commit 3993957
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sevntu-checks/config/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<!-- this is allowed and legacy use case -->
<suppress id="noUsageOfGetFileContentsMethod" files="TernaryPerExpressionCountCheck.java"/>

<!-- until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/1022 -->
<suppress id="settersHaveSinceTag" files=".*" />

<!-- until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/669 -->
<suppress id="MatchXPathBranchContains" files="[\\/]LogicConditionNeedOptimizationCheck.java"/>
<suppress id="MatchXPathBranchContains" files="[\\/]NoNullForCollectionReturnCheck.java"/>
Expand Down

0 comments on commit 3993957

Please sign in to comment.