Skip to content

Commit 0b4b813

Browse files
authored
ci(lint): enable rule asasalint (#1213)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 545c7e3 commit 0b4b813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ run:
44
tests: false
55
linters:
66
enable:
7+
- asasalint
78
- asciicheck
89
- bidichk
910
- bodyclose
@@ -36,7 +37,6 @@ linters:
3637
- whitespace
3738
- zerologlint
3839
disable:
39-
- asasalint
4040
- depguard
4141
- noctx
4242
- recvcheck

0 commit comments

Comments
 (0)