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:47:39 +0300
committerDouwe Maan <douwe@selenight.nl>2017-02-23 18:31:57 +0300
commitbaafd8de26507ebd76177b5c65b5da921445ddc9 (patch)
treee42fa7a49b6615dbf4e2c8a65077de399bec01b8 /.rubocop.yml
parentd78513cb6ccfe10976cc433e2b421c30d06d19be (diff)
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