mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Fixed Reek Rake task to include Hanami source files
By default, Reek only looks at the `lib` folder so this ensures all Hanami source files are inspected. Milestone: patch
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user