Skip to content

Commit

Permalink
fix rubocop expand path failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Santos Dantas committed Apr 24, 2021
1 parent ec83083 commit 33d4d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reek.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.email = ['[email protected]']
s.extra_rdoc_files = ['CHANGELOG.md', 'License.txt']
s.files = Dir.chdir(File.expand_path('..', __FILE__)) do
s.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|samples|docs|tasks)/}) }
end

Expand Down

0 comments on commit 33d4d9b

Please sign in to comment.