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:
authorRobert Speicher <robert@gitlab.com>2017-06-12 12:05:07 +0300
committerRobert Speicher <robert@gitlab.com>2017-06-12 12:05:07 +0300
commitd08c28a5651c3c3e7018883ebb826f0b3b9c1728 (patch)
treef7eb639ab929b1d4f92e0ce9ead1b3fdba522f68
parentb6aa3d3e6e2e1b424c6194acf27259528a67b3c6 (diff)
parent0374b31079142fff4f685dde77f8c57071f099c1 (diff)
Merge branch 'disable-Style/PreferredHashMethods-cop' into 'master'
Disable the Style/PreferredHashMethods cop See merge request !12065
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 8f611a96702..66a40f2cf57 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -397,7 +397,7 @@ Style/ParenthesesAroundCondition:
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: short, verbose
Style/PreferredHashMethods:
- Enabled: true
+ Enabled: false
# Checks for an obsolete RuntimeException argument in raise/fail.
Style/RedundantException: