Browse Source

linter: linter checks non-ASCII identifiers (#6574)

Enabled the ASCII check linter
https://github.com/tdakkota/asciicheck

Closes #2801
pull/6575/head
JayT106 3 years ago
committed by GitHub
parent
commit
21536ac7a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .golangci.yml

+ 1
- 0
.golangci.yml View File

@ -39,6 +39,7 @@ linters:
# - wsl
# - gocognit
- nolintlint
- asciicheck
issues:
exclude-rules:


Loading…
Cancel
Save