diff options
author | Victor Koronen <koronen@kth.se> | 2015-08-08 17:23:03 +0200 |
---|---|---|
committer | Victor Koronen <koronen@kth.se> | 2015-08-14 12:29:45 +0200 |
commit | 71a6385524777c7a52d06c91a5fcf8175050c4bd (patch) | |
tree | a0a476c38a89367b6e555778fac20522c80f2e38 /.rubocop_todo.yml | |
parent | 1b05a7f3623a2201326e7b4e4a40d877af67219b (diff) | |
download | bundler-71a6385524777c7a52d06c91a5fcf8175050c4bd.tar.gz |
Fix Style/ColonMethodCall
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 612f9a4a9d..f66af5e8c7 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -112,11 +112,6 @@ Style/ClassCheck: Style/ClosingParenthesisIndentation: Enabled: false -# Offense count: 1 -# Cop supports --auto-correct. -Style/ColonMethodCall: - Enabled: false - # Offense count: 153 Style/Documentation: Enabled: false |