We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0546e19 commit a82e51cCopy full SHA for a82e51c
1 file changed
.github/workflows/plugin-check.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: wordpress/plugin-check-action@v1
22
id: plugin-check
23
with:
24
- categories: plugin_repo,security,performance
+ categories: plugin_repo,security,performance,general
25
exclude-directories: |
26
tests
27
bin
@@ -34,8 +34,10 @@ jobs:
34
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound
35
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound
36
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound
37
+ WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound
38
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
- include-experimental: false
39
+ WordPress.WP.EnqueuedResourceParameters.MissingVersion
40
+ include-experimental: true
41
42
- name: Plugin Check Summary
43
if: always()
0 commit comments