Browse Source

chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/296
pull/28/head
Daniel Dehennin 3 years ago
parent
commit
e3f0fd8df1
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .rubocop.yml

+ 3
- 0
.rubocop.yml View File

@@ -12,5 +12,8 @@ Metrics/BlockLength:
- describe
# Increase from default of `25`
Max: 30
Security/YAMLLoad:
Exclude:
- test/integration/**/_mapdata.rb

# Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`

Loading…
Cancel
Save