Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-22 03:42:22 +0300
committerDouwe Maan <douwe@selenight.nl>2017-02-23 18:31:57 +0300
commitd78513cb6ccfe10976cc433e2b421c30d06d19be (patch)
treeb0f13c7a7a512c5c6ccb00eb9f9d0d87bdcc3c69 /.rubocop.yml
parent5cd9c7c6ea1ba5c6ad40799b9476145803dccba5 (diff)
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