From d0e9d285c8176a03541c0057629858ef7d2eff58 Mon Sep 17 00:00:00 2001
From: Daniel Dehennin <daniel.dehennin@baby-gnu.org>
Date: Tue, 23 Feb 2021 21:52:56 +0000
Subject: [PATCH] chore(rubocop): allow use of `YAML.load` for `_mapdata.rb`
 [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/296
---
 .rubocop.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.rubocop.yml b/.rubocop.yml
index 7fd75ac..9367e99 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -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`
-- 
GitLab