diff options
author | Victor Koronen <koronen@kth.se> | 2015-08-08 17:21:45 +0200 |
---|---|---|
committer | Victor Koronen <koronen@kth.se> | 2015-08-14 12:29:45 +0200 |
commit | 1b05a7f3623a2201326e7b4e4a40d877af67219b (patch) | |
tree | 1cb29b8883e7cd566ada855a1e1d4836ba04ad9e /.rubocop_todo.yml | |
parent | 7079ac281eba33d6dc3583c9b42b6cc100ab356f (diff) | |
download | bundler-1b05a7f3623a2201326e7b4e4a40d877af67219b.tar.gz |
Fix Style/CommandLiteral
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 a19d92235b..612f9a4a9d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -117,12 +117,6 @@ Style/ClosingParenthesisIndentation: Style/ColonMethodCall: Enabled: false -# Offense count: 2 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerBackticks. -Style/CommandLiteral: - Enabled: false - # Offense count: 153 Style/Documentation: Enabled: false |