From 164c734d1f2747ebaf5ddf6fa0eb0cc1b6998d35 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Sun, 3 Dec 2023 02:00:47 +0100 Subject: [PATCH] chore: can be a 1-liner --- .golangci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 6a74e5a..bc255c4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,4 @@ -# Visit https://golangci-lint.run/ for usage documentation -# and information on other useful linters +# Visit https://golangci-lint.run/ for usage documentation and information on other useful linters issues: max-per-linter: 0 max-same-issues: 0