Skip to content

Commit 2c7e19d

Browse files
authored
Merge pull request #4699 from kersten/linter/enable-asciicheck-bidichk
🌱 (chore): enable 'asciicheck' and 'bidichk' for improved code safety and clarity
2 parents 55222be + 684e2b5 commit 2c7e19d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ linters-settings:
6767
linters:
6868
disable-all: true
6969
enable:
70+
- asciicheck
71+
- bidichk
7072
- dupl
7173
- errcheck
7274
- copyloopvar

0 commit comments

Comments
 (0)