From 9ae2e5bb007d5175986a7436e358d915e12c0c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniela=20Pati=C3=B1o?= <30449248+DaniPB@users.noreply.github.com> Date: Thu, 16 May 2024 10:29:36 +0200 Subject: [PATCH] feat: Add RSpec/ContextMethod rule only as warning (#29) --- 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