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
task :rubocop do
sh "bundle exec rubocop"
sh "bundle exec rubocop -c etc/rubocop.yml"
end
task :eslint do