Skip to content

Commit 5ae3a12

Browse files
Change default value for ignore patterns
1 parent 5da583c commit 5ae3a12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config/default/grumphp.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ parameters:
1818
- /^pdepend.xml$/
1919

2020
yamllint.parse_constant: true
21-
yamllint.whitelist_patterns: [ ]
22-
yamllint.ignore_patterns:
23-
- /^bamboo-specs\/(.*)/
21+
yamllint.whitelist_patterns: []
22+
yamllint.ignore_patterns: []
2423

2524
phpcs.standard: ./phpcs.xml
2625
phpcs.triggered_by: [php,phtml]

0 commit comments

Comments
 (0)