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 b62dc11 commit c27fa97Copy full SHA for c27fa97
.github/workflows/code-quality.yml
@@ -53,7 +53,7 @@ jobs:
53
custom-cache-suffix: $(date -u "+%Y-%m")
54
55
- name: Run Linter
56
- run: vendor/bin/parallel-lint -j 10 . --show-deprecated --exclude vendor --exclude .git --checkstyle | cs2pr
+ run: vendor/bin/parallel-lint -j 10 . --show-deprecated --exclude vendor --exclude .git --exclude third-party --checkstyle | cs2pr
57
58
phpcs:
59
name: PHPCS
0 commit comments