summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-21 18:42:22 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:31:57 -0600
commitd78513cb6ccfe10976cc433e2b421c30d06d19be (patch)
treeb0f13c7a7a512c5c6ccb00eb9f9d0d87bdcc3c69 /.rubocop.yml
parent5cd9c7c6ea1ba5c6ad40799b9476145803dccba5 (diff)
downloadgitlab-ce-d78513cb6ccfe10976cc433e2b421c30d06d19be.tar.gz
Enable Security/JSONLoad
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 e0d65533bb5..f48ad41243f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -944,6 +944,9 @@ Rails/TimeZone:
Rails/Validation:
Enabled: true
+Security/JSONLoad:
+ Enabled: true
+
Style/AlignParameters:
Enabled: false