chore(rubocop): allow use of YAML.load
for _mapdata.rb
[skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/296
This commit is contained in:
parent
cd60912213
commit
e2bab40761
@ -12,5 +12,8 @@ Metrics/BlockLength:
|
|||||||
- describe
|
- describe
|
||||||
# Increase from default of `25`
|
# Increase from default of `25`
|
||||||
Max: 30
|
Max: 30
|
||||||
|
Security/YAMLLoad:
|
||||||
|
Exclude:
|
||||||
|
- test/integration/**/_mapdata.rb
|
||||||
|
|
||||||
# Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`
|
# Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`
|
||||||
|
Loading…
Reference in New Issue
Block a user