Skip to content

Commit

Permalink
fix php_codesniffer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenfoncken committed Jun 5, 2024
1 parent 299eeed commit 69d9a68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php_codesniffer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:
run: composer require --dev "squizlabs/php_codesniffer"

- name: Run PHP_CodeSniffer
#run: php vendor/bin/phpcs --standard=.github/codestyle/phpcs_ruleset.xml --extensions=php .
run: php vendor/bin/phpcs --config-set show_warnings 0 && php vendor/bin/phpcs --standard=PSR12 --ignore=vendor/ --extensions=php .
run: php deploy/vendor/bin/phpcs --config-set show_warnings 0 && php deploy/vendor/bin/phpcs --standard=PSR12 --ignore=deploy/vendor/ --extensions=php .

0 comments on commit 69d9a68

Please sign in to comment.