Skip to content

Commit c51ecc3

Browse files
committedFeb 3, 2023
Update golangci-lint config
1 parent 1cb71fe commit c51ecc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.golangci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ linters:
1111
- funlen
1212
- dogsled
1313
- dupl
14-
# - lll
1514
- whitespace
1615
- wsl
1716
- exportloopref
@@ -25,8 +24,8 @@ linters:
2524
- sqlclosecheck
2625
- structcheck
2726
- unparam
27+
- musttag
2828
presets:
2929
- bugs
3030
- unused
31-
# - style
3231
fast: false

0 commit comments

Comments
 (0)
Please sign in to comment.