Fixed Rubocop all

This commit is contained in:
Gregory Ballantine
2023-12-08 15:21:11 -05:00
parent fa9245d7ec
commit 34741691ed
2 changed files with 31 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ end
namespace :test do
task :rubocop do
system("rubocop app/ server.rb scan.rb")
system("rubocop src/")
end
end