From ddb19b1f9da24e14e01c906ab8597f22034d65b1 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Sat, 11 Nov 2023 02:48:31 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Load=20rubocop-factory=5Fbot=20e?= =?UTF-8?q?xplicitly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - when loading rubocop-rspec - See: https://github.com/rubocop/rubocop-rspec/blob/fe954419feb0d51710d69c373aa8ff0d35ad9f4e/CHANGELOG.md?plain=1#L51 --- rubocop-lts/rspec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rubocop-lts/rspec.yml b/rubocop-lts/rspec.yml index e0880c9..f558762 100644 --- a/rubocop-lts/rspec.yml +++ b/rubocop-lts/rspec.yml @@ -1,6 +1,7 @@ require: # I setup RSpec on every project. Do you? - rubocop-rspec + - rubocop-factory_bot inherit_gem: rspec-block_is_expected: rubocop.yml