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 9d8e43d commit 11e57c7Copy full SHA for 11e57c7
.github/workflows/unused.yml
@@ -67,4 +67,4 @@ jobs:
67
fi
68
69
- name: Detect unused packages
70
- run: composer-unused -vvv --profile --ansi --no-interaction --no-progress --excludePackage=php
+ run: composer-unused -vvv --ansi --no-interaction --no-progress --excludePackage=php
rector.php
@@ -74,6 +74,7 @@
74
// Are there files or rules you need to skip?
75
$parameters->set(Option::SKIP, [
76
__DIR__ . '/src/Views',
77
+ __DIR__ . '/src/Config/Filters.php',
78
79
JsonThrowOnErrorRector::class,
80
StringifyStrNeedlesRector::class,
0 commit comments