Skip to content

Commit 293f90a

Browse files
committed
chore(lint): updated linters, relinted code
Signed-off-by: Frédéric BIDON <[email protected]>
1 parent 2247499 commit 293f90a

File tree

3 files changed

+178
-180
lines changed

3 files changed

+178
-180
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ linters:
2222
- nestif
2323
- nlreturn
2424
- nonamedreturns
25+
- noinlineerr
2526
- paralleltest
27+
- recvcheck
2628
- testpackage
2729
- thelper
2830
- tparallel
@@ -31,6 +33,7 @@ linters:
3133
- whitespace
3234
- wrapcheck
3335
- wsl
36+
- wsl_v5
3437
settings:
3538
dupl:
3639
threshold: 200

0 commit comments

Comments
 (0)