summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-21 18:47:39 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:31:57 -0600
commitbaafd8de26507ebd76177b5c65b5da921445ddc9 (patch)
treee42fa7a49b6615dbf4e2c8a65077de399bec01b8 /.rubocop.yml
parentd78513cb6ccfe10976cc433e2b421c30d06d19be (diff)
downloadgitlab-ce-baafd8de26507ebd76177b5c65b5da921445ddc9.tar.gz
Enable Style/BarePercentLiterals
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index f48ad41243f..396a760da91 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -950,6 +950,10 @@ Security/JSONLoad:
Style/AlignParameters:
Enabled: false
+Style/BarePercentLiterals:
+ Enabled: true
+ EnforcedStyle: bare_percent
+
Style/CaseEquality:
Enabled: false