Skip to content

Commit 11e57c7

Browse files
committed
Fix workflows
1 parent 9d8e43d commit 11e57c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unused.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
fi
6868
6969
- name: Detect unused packages
70-
run: composer-unused -vvv --profile --ansi --no-interaction --no-progress --excludePackage=php
70+
run: composer-unused -vvv --ansi --no-interaction --no-progress --excludePackage=php

rector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
// Are there files or rules you need to skip?
7575
$parameters->set(Option::SKIP, [
7676
__DIR__ . '/src/Views',
77+
__DIR__ . '/src/Config/Filters.php',
7778

7879
JsonThrowOnErrorRector::class,
7980
StringifyStrNeedlesRector::class,

0 commit comments

Comments
 (0)