diff options
author | Samuel E. Giddins <segiddins@segiddins.me> | 2015-07-15 20:39:12 -0700 |
---|---|---|
committer | Samuel E. Giddins <segiddins@segiddins.me> | 2015-07-15 20:39:12 -0700 |
commit | b7e0df3130a8a031bf7331619fc1bfae81f61604 (patch) | |
tree | 7b47aa424cbb9b9325b2701ca86cd9c7d415be5c /.rubocop_todo.yml | |
parent | f5d381087522cf091041af03e766225745650866 (diff) | |
download | bundler-b7e0df3130a8a031bf7331619fc1bfae81f61604.tar.gz |
[RuboCop] Enable Lint/EndAlignment
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 55dd84eaa3..530dd873aa 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -5,12 +5,6 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 13 -# Cop supports --auto-correct. -# Configuration parameters: AlignWith, SupportedStyles, AutoCorrect. -Lint/EndAlignment: - Enabled: false - # Offense count: 1 Lint/EnsureReturn: Enabled: false |