From 98ab346b6f03b844fcfea6dbd59fe24e63c3e823 Mon Sep 17 00:00:00 2001 From: Luis Davim Date: Sun, 24 Jul 2022 13:32:23 +0100 Subject: [PATCH] chore: disable gocritic "preferDecodeRune" --- .golangci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 4b48b03ad..57ba35d86 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -88,5 +88,9 @@ issues: - linters: - gocritic text: "unnecessaryDefer:" + - linters: + - gocritic + text: "preferDecodeRune:" service: - golangci-lint-version: 1.31.x # use the fixed version to not introduce new linters unexpectedly \ No newline at end of file + golangci-lint-version: 1.31.x # use the fixed version to not introduce new linters unexpectedly +