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:50:26 +0300
committerDouwe Maan <douwe@selenight.nl>2017-02-23 18:31:57 +0300
commitb2da4623089e4c7c53526436bd7c0a8f516910a3 (patch)
tree9df8f001baee22522c7b278ff47d60ffca834285 /.rubocop.yml
parentbaafd8de26507ebd76177b5c65b5da921445ddc9 (diff)
Disable Style/BracesAroundHashParameters
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 396a760da91..219dcf0375d 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -952,7 +952,9 @@ Style/AlignParameters:
Style/BarePercentLiterals:
Enabled: true
- EnforcedStyle: bare_percent
+
+Style/BracesAroundHashParameters:
+ Enabled: false
Style/CaseEquality:
Enabled: false