Skip to content

Commit

Permalink
Merge branch origin/develop into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymcp committed Apr 5, 2022
2 parents 6b2e46f + 4491fb7 commit 301fa2e
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,25 @@
"email": "[email protected]"
}
],
"scripts-descriptions": {
"lint": "Runs PHP syntax error checks",
"phpcs": "Runs PHP coding standard checks",
"test": "Runs PHP unit tests",
"is-complete": "Checks that all custom Sniffs are accompanied by unit tests",
"is-complete-strict": "Checks that all custom Sniffs are acommpanied by unit tests and documentation",
"install-cs": "Triggers registration of PHPCS rulesets with PHPCS",
"all-checks": "Runs the scripts 'lint', 'phpcs', 'is-complete', 'test' in that order",
"all-checks-strict": "Runs the scripts 'lint', 'phpcs', 'is-complete-strict', 'test' in that order"
},
"archive": {
"exclude": [
"/.editorconfig",
"/.gitignore",
"/.phpcs.xml.dist",
"/Tests",
"/phpunit.xml.dist"
]
},
"scripts-descriptions": {
"lint": "Runs PHP syntax error checks",
"phpcs": "Runs PHP coding standard checks",
"test": "Runs PHP unit tests",
"is-complete": "Checks that all custom Sniffs are accompanied by unit tests",
"is-complete-strict": "Checks that all custom Sniffs are acommpanied by unit tests and documentation",
"install-cs": "Triggers registration of PHPCS rulesets with PHPCS",
"all-checks": "Runs the scripts 'lint', 'phpcs', 'is-complete', 'test' in that order",
"all-checks-strict": "Runs the scripts 'lint', 'phpcs', 'is-complete-strict', 'test' in that order"
},
"scripts": {
"lint": [
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
Expand Down

0 comments on commit 301fa2e

Please sign in to comment.