Fixed a few lints; changed rake task name to test:lint

This commit is contained in:
Gregory Ballantine
2025-08-12 23:56:46 -04:00
parent eeedc57cd3
commit 3f0efce0d8
6 changed files with 14 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ namespace :test do
system("rspec")
end
task :rubocop do
task :lint do
system("rubocop src/ spec/")
end
end