Skip to content

Commit

Permalink
Merge pull request #23 from pluswerk/feature/phplint
Browse files Browse the repository at this point in the history
[FEATURE] add jakub-onderka/php-parallel-lint
  • Loading branch information
Kanti authored Jul 24, 2018
2 parents 7428089 + c1465f1 commit 51b0ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"pluswerk/grumphp-bom-task": "4.*",
"pluswerk/grumphp-xliff-task": "2.*",
"squizlabs/php_codesniffer": "2.* | 3.*",
"sensiolabs/security-checker": "4.*"
"sensiolabs/security-checker": "4.*",
"jakub-onderka/php-parallel-lint": "1.*"
},
"extra": {
"class": "PLUS\\Composer\\Plugin"
Expand Down
1 change: 1 addition & 0 deletions grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ parameters:
warning_severity: 900000
tab_width: 4
ignore_patterns: "%convention.phpcslint_ignore_pattern%"
phplint: ~
xmllint:
ignore_patterns: "%convention.xmllint_ignore_pattern%"
yamllint:
Expand Down

0 comments on commit 51b0ad4

Please sign in to comment.