Skip to content

Commit

Permalink
Add a lint rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo committed Dec 18, 2024
1 parent 9f4372f commit 78a0f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Rake::Task['test'].enhance(%i[rubocop htmlbeautifier])
Rake::Task['test'].enhance do
Rake::Task['test:system'].invoke
end

task lint: %i[rubocop htmlbeautifier]

0 comments on commit 78a0f00

Please sign in to comment.