Skip to content

Commit

Permalink
temp? removed codesniffer usage from composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickakk committed Aug 24, 2023
1 parent a6e7440 commit 98512cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,8 @@
"App\\Console\\Installer::postInstall"
],
"check": [
"@test",
"@cs-check"
"@test"
],
"cs-check": "phpcs --colors -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ tests/",
"cs-fix": "phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ tests/",
"test": [
"phpunit --colors=always --configuration phpunit.xml.dist"
]
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98512cb

Please sign in to comment.