diff --git a/.rubocop.yml b/.rubocop.yml index 4b4bf3148..f697dab0f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -406,6 +406,9 @@ RSpec/VoidExpect: FactoryBot/StaticAttributeDefinedDynamically: Enabled: true +FactoryBot/DynamicAttributeDefinedStatically: + Enabled: false + Security/Eval: Enabled: true