This commit is contained in:
0x1eef 2024-08-22 20:14:17 -03:00
parent aeb64322e6
commit 2a06ca8b82

View file

@ -2,7 +2,7 @@
namespace :ci do namespace :ci do
task :rubocop do task :rubocop do
sh "bundle exec rubocop" sh "bundle exec rubocop -c etc/rubocop.yml"
end end
task :eslint do task :eslint do