Skip to content

Commit

Permalink
Change default value for ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Helmus committed Aug 13, 2024
1 parent 5da583c commit 5ae3a12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/default/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ parameters:
- /^pdepend.xml$/

yamllint.parse_constant: true
yamllint.whitelist_patterns: [ ]
yamllint.ignore_patterns:
- /^bamboo-specs\/(.*)/
yamllint.whitelist_patterns: []
yamllint.ignore_patterns: []

phpcs.standard: ./phpcs.xml
phpcs.triggered_by: [php,phtml]
Expand Down

0 comments on commit 5ae3a12

Please sign in to comment.