From f73dcc51a50acdbf8b4bf2ae3bda7a91fe64c0c5 Mon Sep 17 00:00:00 2001 From: Yuu Ito Date: Mon, 17 Feb 2025 16:54:46 +0900 Subject: [PATCH] fix typo property name (#57) - https://github.com/golangci/golangci-lint-action/pull/1171 - https://github.com/golangci/golangci-lint/blob/HEAD/.golangci.reference.yml --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 849cbe4e..819774eb 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,7 @@ # Visit https://golangci-lint.run/ for usage documentation # and information on other useful linters issues: - max-per-linter: 0 + max-issues-per-linter: 0 max-same-issues: 0 linters: