Skip to content

Commit

Permalink
Merge pull request #49 from pluswerk/phpcs-exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti authored Feb 2, 2023
2 parents 9da1be8 + 7f7fd25 commit 54b5059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pluswerk/grumphp-config will create `grumphp.yml`, `rector.php` and require some

Look into your generated grumphp.yml


### Upgrade to grumphp-config 5

if you upgrade and not start a new Project you should set the `convention.phpstan_level` to `0` or `1`
Expand Down
2 changes: 2 additions & 0 deletions grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ parameters:
convention.xmllint_ignore_pattern: []
convention.yamllint_ignore_pattern: []
convention.phpcslint_ignore_pattern: []
convention.phpcslint_exclude: []
convention.xlifflint_ignore_pattern: []
convention.rector_ignore_pattern: []
convention.rector_enabled: true
Expand Down Expand Up @@ -36,6 +37,7 @@ grumphp:
standard: "PSR12"
warning_severity: 0
tab_width: 4
exclude: "%convention.phpcslint_exclude%"
ignore_patterns: "%convention.phpcslint_ignore_pattern%"
phpstan:
memory_limit: "-1"
Expand Down

0 comments on commit 54b5059

Please sign in to comment.