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 d6dec66 commit 8cf3975Copy full SHA for 8cf3975
.github/workflows/lint.yml
@@ -35,4 +35,4 @@ jobs:
35
36
- name: "Lint PHP files"
37
run: |
38
- parallel-lint . --checkstyle | cs2pr
+ parallel-lint . --checkstyle --exclude vendor --show-deprecated | cs2pr
0 commit comments