From 17e6471e17832011b15686ed7233518d563415f4 Mon Sep 17 00:00:00 2001 From: File Sync Date: Sun, 25 Sep 2022 20:13:43 +0000 Subject: [PATCH] Update .rubocop.yml from dry-rb/template-gem --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 7d84ef1..66b6f6c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -155,6 +155,9 @@ Style/LambdaCall: Style/ParallelAssignment: Enabled: false +Style/RaiseArgs: + Enabled: false + Style/StabbyLambdaParentheses: Enabled: false