aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:39:25 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:39:25 -0600
commit404903c84e85004f1d451bf75a6b534c87efb089 (patch)
tree1354131080f43015b1416574a07e9a9e988c6ae8 /.rubocop_todo.yml
parent29eaf79e9c1b6c4e73256ad02cbd502577e6f454 (diff)
downloadbundler-404903c84e85004f1d451bf75a6b534c87efb089.tar.gz
[RuboCop] Enable Style/IfUnlessModifier
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index cfd1c840..165ef3b9 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -102,24 +102,6 @@ Style/GlobalVars:
Style/GuardClause:
Enabled: false
-# Offense count: 18
-# Cop supports --auto-correct.
-# Configuration parameters: MaxLineLength.
-Style/IfUnlessModifier:
- Exclude:
- - 'lib/bundler.rb'
- - 'lib/bundler/cli/install.rb'
- - 'lib/bundler/definition.rb'
- - 'lib/bundler/dependency.rb'
- - 'lib/bundler/fetcher.rb'
- - 'lib/bundler/gem_helper.rb'
- - 'lib/bundler/lockfile_parser.rb'
- - 'lib/bundler/rubygems_integration.rb'
- - 'lib/bundler/settings.rb'
- - 'lib/bundler/source/git.rb'
- - 'lib/bundler/source/git/git_proxy.rb'
- - 'spec/support/builders.rb'
-
# Offense count: 2
Style/ModuleFunction:
Exclude: