From bfa177866576a5b8b1f732854c9b45b713a1eb9a 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 ab3640f..8a848f2 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)