We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed52c90 commit 40f1bfaCopy full SHA for 40f1bfa
.github/workflows/reusable_phplinter.yml
@@ -50,4 +50,4 @@ jobs:
50
run: composer require overtrue/phplint
51
52
- name: Lint PHP files
53
- run: vendor/bin/phplint --no-cache --no-progress -v
+ run: vendor/bin/phplint --exclude=vendor --no-cache --no-progress -v
0 commit comments