diff options
author | Victor Koronen <koronen@kth.se> | 2015-08-08 17:02:48 +0200 |
---|---|---|
committer | Victor Koronen <koronen@kth.se> | 2015-08-14 12:29:44 +0200 |
commit | 86a447577e5657517f66c353fb28bee373957299 (patch) | |
tree | ff538c512879bafaadfcc27a93bfaebb307d2ed0 /.rubocop_todo.yml | |
parent | f88a32c4d83ca0d604315b22f4578cc93502eb1d (diff) | |
download | bundler-86a447577e5657517f66c353fb28bee373957299.tar.gz |
Enable Style/InfiniteLoop
No offences detected.
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 2e5da48970..86a274ceab 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -204,11 +204,6 @@ Style/IndentationWidth: Enabled: false # Offense count: 2 -# Cop supports --auto-correct. -Style/InfiniteLoop: - Enabled: false - -# Offense count: 2 Style/ModuleFunction: Enabled: false |