Skip to content

Commit 8a92e9a

Browse files
committed
Fix linter warnings.
Signed-off-by: Alexander Adam <alphaone23@gmail.com>
1 parent b02bf0c commit 8a92e9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.golangci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ linters:
1515

1616
disable:
1717
- exhaustruct
18+
- gomodguard
1819
- noinlineerr
1920
- nonamedreturns
2021
- wsl
@@ -30,6 +31,7 @@ linters:
3031
- err113
3132
- funlen
3233
- gocognit
34+
- goconst
3335
- maintidx
3436
- nestif
3537

0 commit comments

Comments
 (0)