From 21536ac7a48fa0ec04879503099ec657ceba1dda Mon Sep 17 00:00:00 2001 From: JayT106 Date: Mon, 14 Jun 2021 04:35:44 -0400 Subject: [PATCH] linter: linter checks non-ASCII identifiers (#6574) Enabled the ASCII check linter https://github.com/tdakkota/asciicheck Closes #2801 --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index a97ad7a88..f05cde90c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -39,6 +39,7 @@ linters: # - wsl # - gocognit - nolintlint + - asciicheck issues: exclude-rules: