Skip to content

Commit

Permalink
Merge pull request #25 from pluswerk/feature/jsonlint_ignore_pattern
Browse files Browse the repository at this point in the history
[FEATURE] add jsonlint_ignore_pattern
  • Loading branch information
Kanti authored Jan 25, 2019
2 parents a85656e + 84b32a3 commit 5b94c8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ there you can override some convention:
| Key | Default |
|-------------------------------------|-------------------------------|
| convention.process_timeout | 60 |
| convention.jsonlint_ignore_pattern | [] |
| convention.xmllint_ignore_pattern | [] |
| convention.yamllint_ignore_pattern | [] |
| convention.phpcslint_ignore_pattern | [] |
| convention.xlifflint_ignore_pattern | "#typo3conf/l10n/(.*)#" |
| convention.xlifflint_ignore_pattern | ["#typo3conf/l10n/(.*)#"] |
2 changes: 2 additions & 0 deletions grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ parameters:
ignore_unstaged_changes: false #brocken
process_timeout: "%convention.process_timeout%"
convention.process_timeout: 60
convention.jsonlint_ignore_pattern: []
convention.xmllint_ignore_pattern: []
convention.yamllint_ignore_pattern: []
convention.phpcslint_ignore_pattern: []
Expand Down Expand Up @@ -37,6 +38,7 @@ parameters:
max_body_width: 120
jsonlint:
detect_key_conflicts: true
ignore_patterns: "%convention.jsonlint_ignore_pattern%"
phpcs:
standard: "PSR2"
warning_severity: 900000
Expand Down

0 comments on commit 5b94c8d

Please sign in to comment.