Skip to content

Commit 0ce4a24

Browse files
baby-gnumyii
authored andcommitted
chore(rubocop): allow use of YAML.load for _mapdata.rb [skip ci]
* Automated using myii/ssf-formula#296
1 parent 37c9c3d commit 0ce4a24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ Metrics/BlockLength:
1212
- describe
1313
# Increase from default of `25`
1414
Max: 30
15+
Security/YAMLLoad:
16+
Exclude:
17+
- test/integration/**/_mapdata.rb
1518

1619
# Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`

0 commit comments

Comments
 (0)