Skip to content

Commit 1125467

Browse files
committed
Extend excludes list
1 parent 660afd6 commit 1125467

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,57 @@ jobs:
1212
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main
1313
with:
1414
parallel-lint-excludes: |
15+
admin-command
16+
automated-tests
17+
builds
18+
cache-command
19+
checksum-command
20+
config-command
21+
core-command
22+
cron-command
23+
dashboard
24+
db-command
25+
deb-build
26+
dist-archive-command
27+
doctor-command
28+
dot-github
29+
embed-command
30+
entity-command
31+
eval-command
32+
export-command
33+
extension-command
34+
find-command
35+
google-sitemap-generator-cli
36+
handbook
37+
i18n-command
38+
import-command
39+
language-command
40+
maintenance-mode-command
41+
media-command
42+
package-command
43+
package-index
44+
php-cli-tools
1545
process
46+
profile-command
47+
restful
48+
reusable-workflow-test
49+
rewrite-command
50+
role-command
51+
rpm-build
52+
scaffold-command
53+
scaffold-package-command
54+
search-replace-command
55+
server-command
56+
shell-command
57+
spyc
58+
sql-transform
59+
super-admin-command
60+
widget-command
1661
wordpress-core
62+
wp-cli
63+
wp-cli.github.com
64+
wp-cli-bundle
65+
wp-cli-shim
66+
wp-cli-tests
67+
wp-config-transformer
68+
wp-super-cache-cli

0 commit comments

Comments
 (0)