Parcourir la source

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 il y a 3 ans
Parent
révision
519ba1c281
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      .rubocop.yml

+ 3
- 0
.rubocop.yml Voir le fichier

@@ -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`

Chargement…
Annuler
Enregistrer