summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index d1241ec52f..f12289800a 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -100,6 +100,9 @@ Style/TrailingCommaInArguments:
Performance/FlatMap:
Enabled: false
+Security/YAMLLoad:
+ Enabled: false
+
# Metrics
# We've chosen to use Rubocop only for style, and not for complexity or quality checks.