diff options
author | Victor Koronen <koronen@kth.se> | 2015-08-08 17:27:28 +0200 |
---|---|---|
committer | Victor Koronen <koronen@kth.se> | 2015-08-14 12:30:40 +0200 |
commit | eaee3d96b46cf91b4800f3710afbf5e7ab917404 (patch) | |
tree | c81a50f8874c4f5e069f2c0420f48ac28557e7a7 /.rubocop_todo.yml | |
parent | 391f2b37c6ed086b7adb29406acf1062ab8fc8a3 (diff) | |
download | bundler-eaee3d96b46cf91b4800f3710afbf5e7ab917404.tar.gz |
Fix Style/BracesAroundHashParameters
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 584fc1b905..342dbfa7de 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -81,12 +81,6 @@ Style/BlockEndNewline: Enabled: false # Offense count: 3 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/BracesAroundHashParameters: - Enabled: false - -# Offense count: 3 Style/CaseEquality: Enabled: false |