1
0
Fork 0
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:
Thomas Reynolds 2018-11-20 12:35:24 -08:00
parent b426874dbd
commit 0b03aa358a

View file

@ -9,6 +9,8 @@ AllCops:
- 'vendor/**/*'
- '**/tmp/**/*'
- 'middleman-cli/lib/middleman-cli/templates/**/*'
Security/YAMLLoad:
Enabled: false
Style/GuardClause:
Enabled: false
Metrics/LineLength: