From dcfd559f75a0fa08e94d90d58fdb3904e68eae12 Mon Sep 17 00:00:00 2001 From: "mojo-machine[bot]" <111131124+mojo-machine[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:49:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Sync=20from=20monorepo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/wearemojo/mojo/commit/e5de1e2ff9c6a70337c36a60f0631c25476f7e35 --- .golangci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 727112b..d8f9a90 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -8,13 +8,11 @@ linters: disable: - cyclop # alternative: gocognit - could add if we start unit testing heavily - depguard # impractical - - execinquery # broken: triggers on non-SQL queries - exhaustruct # disagree - also not the intended use - funlen # alternative: gocognit - gochecknoglobals # impractical - godot # disagree - godox # disagree - - gomnd # disagree - inamedparam # disagree - ireturn # disagree - lll # impractical @@ -29,6 +27,7 @@ linters: - testpackage # disagree - wrapcheck # disagree - wsl # disagree + - exportloopref # No longer applies aftwer go 1.22 severity: default-severity: error