Skip to content
Snippets Groups Projects
Unverified Commit d0e9d285 authored by Daniel Dehennin's avatar Daniel Dehennin Committed by Imran Iqbal
Browse files

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

parent 3b24d993
No related branches found
No related tags found
No related merge requests found
...@@ -12,5 +12,8 @@ Metrics/BlockLength: ...@@ -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`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment