Skip to content

Commit

Permalink
Fix bug in config
Browse files Browse the repository at this point in the history
  • Loading branch information
agentrickard committed Jan 4, 2023
1 parent 252fa2a commit 6b274f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "phpmd for modules"
vendor/bin/phpmd defaults/standard/modules text defaults/standard/phpmd.xml "php,inc,module,theme,profile,install,test"
echo "phpstan for modules"
vendor/bin/phpstan defaults/standard/modules src --level=2
vendor/bin/phpstan analyse defaults/standard/modules --level=2
echo "phpcs for tasks"
vendor/bin/phpcs src --standard="Drupal,DrupalPractice" -n --extensions="php,module,inc,install,test,profile,theme"
echo "phpmd for tasks"
Expand Down

0 comments on commit 6b274f9

Please sign in to comment.