From 076e857507a4cf59e0b0399a2e51a8d8baa03065 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 5 Jun 2023 18:56:27 +0200 Subject: [PATCH] chore: disable false-positive linter for generated docs --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 1f3586d04..5d9f94da7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -80,6 +80,7 @@ issues: linters: - goheader - misspell + - gosmopolitan - text: "Missed string" linters: - goheader