Skip to content
Snippets Groups Projects
Commit 27e1e652 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

CHORE(git hook): enable "PHP Code Sniffer"

Refs: #19
parent d272a84b
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
<!-- config/bootstrap.php : 2 complex lines exceeds 120 characters -->
<exclude-pattern>config/bootstrap.php</exclude-pattern>
</rule>
<!--
You can hard-code command line values into your custom standard.
......
......@@ -17,14 +17,14 @@ parameters:
tasks:
- composer
- securitychecker
# - phpcs
- phpcs
- phpmd
- phplint
- jsonlint
- xmllint
- yamllint
- file_size
# - git_blacklist
# - git_blacklist
##
## test-suite for the "vendor/bin/grumphp run --testsuite linter_testSuite" command:
## ---> run following tasks on the full codebase
......@@ -40,9 +40,9 @@ parameters:
php_testSuite:
tasks:
- phplint
# - phpcs
# - phpcpd
- phpcs
- phpmd
# - phpcpd
tasks:
##
######## git_commit_msg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment