Skip to content

Commit

Permalink
update to linting process
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Sep 10, 2021
1 parent d6e3d14 commit 98b5092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@
"vendor/bin/phpunit -c ./phpunit.xml"
],
"code:fix": [
"vendor/bin/phpcs --config-set installed_paths vendor/drupal/coder/coder_sniffer",
"vendor/bin/phpcbf ."
],
"code:lint": [
"vendor/bin/phpcs --config-set installed_paths vendor/drupal/coder/coder_sniffer",
"vendor/bin/phpcs ."
],
"pre-commit": [
Expand Down

0 comments on commit 98b5092

Please sign in to comment.