Skip to content

Commit

Permalink
chore(rubocop): allow use of YAML.load for _mapdata.rb [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#296
  • Loading branch information
baby-gnu authored and myii committed Feb 23, 2021
1 parent c416ba9 commit ff4d04a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit ff4d04a

Please sign in to comment.