diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-02-21 18:42:22 -0600 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-02-23 09:31:57 -0600 |
commit | d78513cb6ccfe10976cc433e2b421c30d06d19be (patch) | |
tree | b0f13c7a7a512c5c6ccb00eb9f9d0d87bdcc3c69 /.rubocop.yml | |
parent | 5cd9c7c6ea1ba5c6ad40799b9476145803dccba5 (diff) | |
download | gitlab-ce-d78513cb6ccfe10976cc433e2b421c30d06d19be.tar.gz |
Enable Security/JSONLoad
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
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 |