From: Daniel Dehennin Date: Tue, 23 Feb 2021 21:44:57 +0000 (+0000) Subject: chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci] X-Git-Url: https://git.arvados.org/arvados-formula.git/commitdiff_plain/82e381619cd53f5dc5093e3a412b83405fdbe5d8?ds=inline chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/296 --- 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`