chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci]
authorDaniel Dehennin <daniel.dehennin@baby-gnu.org>
Tue, 23 Feb 2021 21:44:57 +0000 (21:44 +0000)
committerImran Iqbal <iqbalmy@hotmail.com>
Tue, 23 Feb 2021 21:44:57 +0000 (21:44 +0000)
* Automated using https://github.com/myii/ssf-formula/pull/296

.rubocop.yml

index 7fd75ac0cd706430673dd6abc6bffd6497620436..9367e99c44f3fadbabb388b0725c8b75bb7e5ece 100644 (file)
@@ -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`