diff options
author | Rémy Coutable <remy@rymai.me> | 2017-06-09 19:07:58 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-06-09 19:07:58 +0200 |
commit | 0374b31079142fff4f685dde77f8c57071f099c1 (patch) | |
tree | e50a82ad232f5a4b248983a6ca74bfe888dd0a61 /.rubocop.yml | |
parent | 3d963515bebb301eea516a5f1f807160000259f8 (diff) | |
download | gitlab-ce-0374b31079142fff4f685dde77f8c57071f099c1.tar.gz |
Disable the Style/PreferredHashMethods copdisable-Style/PreferredHashMethods-cop
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
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: |