Skip to content

Commit

Permalink
Issue #4395: enforce check_survived by mean of temporal excludedMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Aug 30, 2017
1 parent 5735f56 commit 8b9abce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2275,6 +2275,10 @@
<param>com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilterTest</param>
<param>com.puppycrawl.tools.checkstyle.internal.AllChecksTest</param>
</targetTests>
<excludedMethods>
<!-- till https://github.com/checkstyle/checkstyle/issues/4395 -->
<param>getTokenName</param>
</excludedMethods>
<mutationThreshold>100</mutationThreshold>
<timeoutFactor>${pitest.plugin.timeout.factor}</timeoutFactor>
<timeoutConstant>${pitest.plugin.timeout.constant}</timeoutConstant>
Expand Down
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
- PROFILE="-Ppitest-checkstyle-common,no-validations"; POST_ACTION=check_survived
- PROFILE="-Ppitest-checkstyle-main,no-validations"; POST_ACTION=check_survived
- PROFILE="-Ppitest-checkstyle-api,no-validations"; POST_ACTION=off_till_resolved
- PROFILE="-Ppitest-checkstyle-utils,no-validations"; POST_ACTION=off_till_resolved
- PROFILE="-Ppitest-checkstyle-utils,no-validations"; POST_ACTION=check_survived
- PROFILE="-Ppitest-checkstyle-gui,no-validations"

branches:
Expand Down

0 comments on commit 8b9abce

Please sign in to comment.