Skip to content

Commit 6415a87

Browse files
committed
.golangci.yml: refresh.
1 parent 29263c4 commit 6415a87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ linters:
2222
- varnamelen
2323
- whitespace
2424
- wsl
25+
- wsl_v5
2526
# auto-generation artefact
2627
- dupl
2728
# maybe some day...
@@ -32,7 +33,7 @@ linters:
3233
- nonamedreturns
3334
- perfsprint
3435
- testpackage
35-
# 78 active linters remaining including gosec, gosimple, govet, etc.
36+
# 81 active linters remaining including gosec, gosimple, govet, etc.
3637
settings:
3738
revive:
3839
enable-all-rules: true

0 commit comments

Comments
 (0)