Skip to content
Snippets Groups Projects
Unverified Commit 5926c977 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 82a2cb6d
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment