From b9c712cde6372053d224637f8c38739c5151c01e Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 18 Feb 2019 13:42:10 +0100 Subject: [PATCH] fix: wrong option. --- .golangci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.toml b/.golangci.toml index 52a165a2..fa3097e9 100644 --- a/.golangci.toml +++ b/.golangci.toml @@ -34,7 +34,7 @@ [issues] exclude-use-default = false max-per-linter = 0 - max-same = 0 + max-same-issues = 0 exclude = [ "Error return value of .((os\\.)?std(out|err)\\..*|.*Close|.*Flush|os\\.Remove(All)?|.*printf?|os\\.(Un)?Setenv). is not checked", "exported (type|method|function) (.+) should have comment or be unexported",