summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDouglas Eichelberger <dduugg@gmail.com>2022-09-11 15:16:17 -0700
committerDouglas Eichelberger <dduugg@gmail.com>2022-09-11 15:16:17 -0700
commit6c2e2f54aee332b0cc72484d0fc1bb401605a428 (patch)
tree3179f08e8830208eac307ecfdde10520dcb53c40 /.rubocop.yml
parent0e06fc6ab27a88f7c451fc7de9645f7cab050ad9 (diff)
downloadpry-6c2e2f54aee332b0cc72484d0fc1bb401605a428.tar.gz
Complete Style/ExpandPathArguments todo
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b2d48332..e015d7c5 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -33,12 +33,6 @@ Style/ClassAndModuleChildren:
Exclude:
- 'spec/fixtures/example_nesting.rb'
-# TODO: delete exclusions when we drop Ruby 1.9.3 support.
-Style/ExpandPathArguments:
- Exclude:
- - 'lib/pry/commands.rb'
- - 'pry.gemspec'
-
Style/Semicolon:
Exclude:
- 'spec/method_spec.rb'