Skip to content

Commit

Permalink
Complete Style/ExpandPathArguments todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg committed Sep 11, 2022
1 parent 0e06fc6 commit 6c2e2f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pry.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require File.expand_path('../lib/pry/version', __FILE__)
require File.expand_path('lib/pry/version', __dir__)

Gem::Specification.new do |s|
s.name = "pry"
Expand Down

0 comments on commit 6c2e2f5

Please sign in to comment.