Skip to content

Commit 6e9987b

Browse files
committed
chore: comment out golint task in the Taskfile
- Comment out the golint task in the Taskfile. Signed-off-by: ysicing <[email protected]>
1 parent 149c7c2 commit 6e9987b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tasks:
4848
- task: gomod
4949
- task: gofmt
5050
- task: gci
51-
- task: golint
51+
# - task: golint
5252
- task: govulncheck
5353

5454
fmt:

0 commit comments

Comments
 (0)