We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
YAML.load
_mapdata.rb
1 parent 37c9c3d commit 0ce4a24Copy full SHA for 0ce4a24
.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