We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5c378 commit 6ab23a8Copy full SHA for 6ab23a8
.github/workflows/code_analysis.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
-
44
name: 'Check Active Classes'
45
- run: vendor/bin/class-leak check bin src tests --ansi
+ run: vendor/bin/class-leak check bin src tests --ansi --skip-type="\Entropy\Console\Contract\CommandInterface"
46
47
48
name: 'Unusued check'
0 commit comments