Skip to content

Commit 77b424f

Browse files
committed
chore(lint): updated linters and relinted code
Signed-off-by: Frédéric BIDON <[email protected]>
1 parent 8037270 commit 77b424f

File tree

9 files changed

+705
-703
lines changed

9 files changed

+705
-703
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ linters:
2121
- musttag
2222
- nestif
2323
- nlreturn
24+
- noinlineerr
2425
- nonamedreturns
2526
- paralleltest
2627
- testpackage
@@ -31,6 +32,7 @@ linters:
3132
- whitespace
3233
- wrapcheck
3334
- wsl
35+
- wsl_v5
3436
settings:
3537
dupl:
3638
threshold: 200

0 commit comments

Comments
 (0)