From ee13dcde002d8c1bdc098d7cc3ea2ab034f79706 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Fri, 16 Aug 2024 23:12:17 +0100 Subject: [PATCH] chore: update .golangci.yaml --- .golangci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 6006d52..5873466 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -10,7 +10,7 @@ run: tests: true output: - format: colored-line-number + formats: colored-line-number print-issues-lines: true print-linter-name: true uniq-by-line: true @@ -31,8 +31,9 @@ linters-settings: linters: enable-all: true disable: - - exhaustivestruct + - execinquery - exhaustruct - gomnd + - mnd - tagliatelle fast: false