diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2015-11-26 12:42:53 -0600 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2015-11-26 12:42:53 -0600 |
commit | 232815d8d5d8549a9f1c51c74872a89741f96911 (patch) | |
tree | c59953b5a296e2fdcbd9ebd5e16e07b85dbfdc75 /.rubocop_todo.yml | |
parent | 404903c84e85004f1d451bf75a6b534c87efb089 (diff) | |
download | bundler-232815d8d5d8549a9f1c51c74872a89741f96911.tar.gz |
[RuboCop] Enable Style/MultilineOperationIndentation
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 165ef3b9d8..f62ec4c11f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -113,12 +113,6 @@ Style/MultilineBlockChain: Exclude: - 'spec/support/less_than_proc.rb' -# Offense count: 3 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/MultilineOperationIndentation: - Enabled: false - # Offense count: 13 # Cop supports --auto-correct. Style/ParallelAssignment: |