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 cd60912 commit e2bab40Copy full SHA for e2bab40
.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