ソースを参照

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`

読み込み中…
キャンセル
保存