We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726e5cd commit 3a9bc3aCopy full SHA for 3a9bc3a
.github/workflows/simian.yml
@@ -46,4 +46,4 @@ jobs:
46
distribution: 'temurin'
47
java-version: 17
48
- run: wget --quiet http://public.yegor256.com/simian.jar -O /tmp/simian.jar
49
- - run: java -jar /tmp/simian.jar -threshold=16 "-excludes=**/EOsocketTest.java" "-excludes=**/gen" "-excludes=**/it" "**/*.java"
+ - run: java -jar /tmp/simian.jar -threshold=16 "-excludes=**/it" "**/*.java"
0 commit comments