diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-02-21 18:50:26 -0600 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-02-23 09:31:57 -0600 |
commit | b2da4623089e4c7c53526436bd7c0a8f516910a3 (patch) | |
tree | 9df8f001baee22522c7b278ff47d60ffca834285 /.rubocop_todo.yml | |
parent | baafd8de26507ebd76177b5c65b5da921445ddc9 (diff) | |
download | gitlab-ce-b2da4623089e4c7c53526436bd7c0a8f516910a3.tar.gz |
Disable Style/BracesAroundHashParameters
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 12439d7bff6..92c0934b05b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -38,13 +38,6 @@ RSpec/SingleArgumentMessageChain: Exclude: - 'spec/requests/api/internal_spec.rb' -# Offense count: 399 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -# SupportedStyles: braces, no_braces, context_dependent -Style/BracesAroundHashParameters: - Enabled: false - # Offense count: 33 # Cop supports --auto-correct. Style/ColonMethodCall: |