diff --git a/Rakefile b/Rakefile index f7bc1ec3..25aea7fd 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ require "rspec/core/rake_task" require "rubocop/rake_task" Git::Lint::Rake::Register.call -Reek::Rake::Task.new +Reek::Rake::Task.new { |task| task.source_files = "{app,config,lib,slices}/**/*.rb" } RSpec::Core::RakeTask.new { |task| task.verbose = false } RuboCop::RakeTask.new