File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 2.19
8
+ ### Added
9
+ - Option to add/edit whitelist or ignore patterns to yamllint.
10
+
7
11
## 2.18
8
12
### Added
9
13
- Grumphp will run the git hook in DDev (if available)
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ parameters:
18
18
- /^pdepend.xml$/
19
19
20
20
yamllint.parse_constant : true
21
+ yamllint.whitelist_patterns : []
22
+ yamllint.ignore_patterns : []
21
23
22
24
phpcs.standard : ./phpcs.xml
23
25
phpcs.triggered_by : [php,phtml]
@@ -99,6 +101,8 @@ grumphp:
99
101
100
102
yamllint :
101
103
parse_constant : ' %yamllint.parse_constant%'
104
+ whitelist_patterns : ' %yamllint.whitelist_patterns%'
105
+ ignore_patterns : ' %yamllint.ignore_patterns%'
102
106
103
107
phpcs :
104
108
standard : ' %phpcs.standard%'
You can’t perform that action at this time.
0 commit comments