From b5941c454dd32fa87ad6ce6fa6496573c11365c1 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 12 Nov 2023 23:05:06 +0100 Subject: [PATCH] Do not use next instead of for-loops with return statement --- .sourcery.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.sourcery.yaml b/.sourcery.yaml index 9755922..ce714ff 100644 --- a/.sourcery.yaml +++ b/.sourcery.yaml @@ -1,3 +1,4 @@ rule_settings: disable: - "assign-if-exp" + - "use-next"