summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:21:10 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:21:10 -0600
commitbf5c235523b98bad8e69b172f0d9bc02b8616604 (patch)
treec06c020ab3b7475347e80d12047fb6cea99a075e /.rubocop_todo.yml
parentd5f3f861f273ae95cba12a0e6b230005e1061964 (diff)
downloadbundler-bf5c235523b98bad8e69b172f0d9bc02b8616604.tar.gz
[RuboCop] Enable Style/AndOr
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 3a9654b77d..30832686b7 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -66,22 +66,6 @@ Style/AccessorMethodName:
Exclude:
- 'lib/bundler/source/git.rb'
-# Offense count: 16
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/AndOr:
- Exclude:
- - 'lib/bundler/gem_helper.rb'
- - 'lib/bundler/graph.rb'
- - 'lib/bundler/lazy_specification.rb'
- - 'lib/bundler/match_platform.rb'
- - 'lib/bundler/remote_specification.rb'
- - 'lib/bundler/resolver.rb'
- - 'lib/bundler/rubygems_integration.rb'
- - 'lib/bundler/runtime.rb'
- - 'lib/bundler/settings.rb'
- - 'spec/support/builders.rb'
-
# Offense count: 24
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods.