Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,59 @@ on:
jobs:
code-quality:
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main
with:
parallel-lint-excludes: |
admin-command
automated-tests
builds
cache-command
checksum-command
config-command
core-command
cron-command
dashboard
db-command
deb-build
dist-archive-command
doctor-command
dot-github
embed-command
entity-command
eval-command
export-command
extension-command
find-command
google-sitemap-generator-cli
handbook
i18n-command
import-command
language-command
maintenance-mode-command
media-command
package-command
package-index
php-cli-tools
process
profile-command
restful
reusable-workflow-test
rewrite-command
role-command
rpm-build
scaffold-command
scaffold-package-command
search-replace-command
server-command
shell-command
spyc
sql-transform
super-admin-command
widget-command
wordpress-core
wp-cli
wp-cli.github.com
wp-cli-bundle
wp-cli-shim
wp-cli-tests
wp-config-transformer
wp-super-cache-cli
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Exclude all subfolders...
/*/
# except for the _maintenance folder.
# except for the following.
!/.github/
!/.maintenance/
!/.readme-partials/

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
}
],
"require": {
"php": ">=5.6.20",
"php": ">=7.2.24",
"ext-json": "*",
"ext-dom": "*",
"wp-cli/admin-command": "dev-main",
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!-- For help understanding the `testVersion` configuration setting:
https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
<config name="testVersion" value="5.6-"/>
<config name="testVersion" value="7.2-"/>

<!--
#############################################################################
Expand Down