From 5a6211c33b645272f6088bbe88b918d72c11d152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniela=20Pati=C3=B1o=20Benitez?= Date: Fri, 10 May 2024 16:45:23 +0200 Subject: [PATCH] Add RSpec/ContextMethod rule only as warning --- default.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.yml b/default.yml index 0c053f2..5582f25 100644 --- a/default.yml +++ b/default.yml @@ -282,6 +282,9 @@ Performance/RegexpMatch: RSpec/ContextWording: Enabled: false +RSpec/ContextMethod: + Severity: info + RSpec/ExampleLength: Max: 16