From 1a4180444780ec5bd259fb8517858c1e1da2cf08 Mon Sep 17 00:00:00 2001 From: archanaserver Date: Tue, 29 Aug 2023 10:29:34 +0530 Subject: [PATCH] Enable rubocop-rake plugin --- .rubocop.yml | 1 + bundler.d/test.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 23dd038d8..b761ce1fc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,6 @@ require: - rubocop-performance + - rubocop-rake inherit_from: .rubocop_todo.yml diff --git a/bundler.d/test.rb b/bundler.d/test.rb index dfd377ebd..45a3d2b09 100644 --- a/bundler.d/test.rb +++ b/bundler.d/test.rb @@ -9,6 +9,7 @@ gem 'rack-test' gem 'rake' gem 'rubocop-checkstyle_formatter', '~> 0.2' + gem 'rubocop-rake' gem 'webmock' # Technically this is a hard dependency of the facts module but that's only