From 2a06ca8b828068afb46971db0fd64a295052aea3 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 22 Aug 2024 20:14:17 -0300 Subject: [PATCH] Fix CI --- rake/tasks/ci.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rake/tasks/ci.rake b/rake/tasks/ci.rake index 3fe2f0d7a..f924bf511 100644 --- a/rake/tasks/ci.rake +++ b/rake/tasks/ci.rake @@ -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