From afc9fa5d5d8f7d536adba8b9b79284adfa4d8b36 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 12 Nov 2023 22:51:26 +0100 Subject: [PATCH] Disable sourcery rule about inlining if expressions --- .sourcery.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .sourcery.yaml diff --git a/.sourcery.yaml b/.sourcery.yaml new file mode 100644 index 00000000..9755922e --- /dev/null +++ b/.sourcery.yaml @@ -0,0 +1,3 @@ +rule_settings: + disable: + - "assign-if-exp"