mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Remove yaml safe_load cop
This commit is contained in:
parent
b426874dbd
commit
0b03aa358a
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ AllCops:
|
|||
- 'vendor/**/*'
|
||||
- '**/tmp/**/*'
|
||||
- 'middleman-cli/lib/middleman-cli/templates/**/*'
|
||||
Security/YAMLLoad:
|
||||
Enabled: false
|
||||
Style/GuardClause:
|
||||
Enabled: false
|
||||
Metrics/LineLength:
|
||||
|
|
Loading…
Reference in a new issue