We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
YAML.load
_mapdata.rb
1 parent f3e29a4 commit 7d46b27Copy full SHA for 7d46b27
.rubocop.yml
@@ -12,5 +12,8 @@ Metrics/BlockLength:
12
- describe
13
# Increase from default of `25`
14
Max: 30
15
+Security/YAMLLoad:
16
+ Exclude:
17
+ - test/integration/**/_mapdata.rb
18
19
# Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`
0 commit comments