Skip to content

Commit

Permalink
chore(#2859): decrease simian threshold down to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
metafates committed Feb 5, 2024
1 parent 312daf1 commit 6ea26b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- run: |
wget --quiet http://public.yegor256.com/simian.jar -O /tmp/simian.jar
- run: |
java -jar /tmp/simian.jar -threshold=30 -excludes=**/gen -excludes=**/it **/*.java
java -jar /tmp/simian.jar -threshold=25 -excludes=**/gen -excludes=**/it **/*.java

0 comments on commit 6ea26b8

Please sign in to comment.