diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-08-28 12:46:00 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-08-28 12:46:00 -0400 |
commit | bed27b6a6d1fea22596ca8e643686c8aa61fa65d (patch) | |
tree | dee120e6b549bef299f1a22fc2f6fa8ecb6410a2 /.rubocop.yml | |
parent | 3e0757f2d265e0ab3b13c5d27786ced901744c90 (diff) | |
download | gitlab-ce-bed27b6a6d1fea22596ca8e643686c8aa61fa65d.tar.gz |
Update rubocop-gitlab-security to 0.1.0rs-update-rubocop-gitlab-security
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 23bb0fa8be8..abdda90a33e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1181,6 +1181,10 @@ GitlabSecurity/DeepMunge: - 'lib/**/*.rake' - 'spec/**/*' +# To be enabled by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13610 +GitlabSecurity/JsonSerialization: + Enabled: false + GitlabSecurity/PublicSend: Enabled: true Exclude: |