From e9bb39d6f8976a7c5d3c037c659e27eb571ef43a Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Sat, 29 Oct 2022 10:32:32 +0300 Subject: [PATCH] Ignore calls without the first positional argument --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3640f9..8a848f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Master (Unreleased) - Add `named_only` style to `RSpec/NamedSubject`. ([@kuahyeow]) +- Fix `RSpec/FactoryBot/ConsistentParenthesesStyle` to ignore calls without the first positional argument. ([@pirj]) ## 2.14.2 (2022-10-25)