浏览代码

chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/296
tags/v1.2.4
Daniel Dehennin 3 年前
父节点
当前提交
519ba1c281
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      .rubocop.yml

+ 3
- 0
.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`

正在加载...
取消
保存