Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 0f17256

Browse files
andreyneringkujtimiihoxha
authored andcommitted
lint: temporarily disable the broken rules
1 parent b76edd4 commit 0f17256

1 file changed

Lines changed: 18 additions & 13 deletions

File tree

.golangci.yml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,33 @@ run:
44
linters:
55
enable:
66
- bodyclose
7-
- exhaustive
8-
- goconst
9-
- godot
10-
- godox
7+
# - exhaustive
8+
# - goconst
9+
# - godot
10+
# - godox
1111
- gomoddirectives
1212
- goprintffuncname
13-
- gosec
13+
# - gosec
1414
- misspell
15-
- nakedret
16-
- nestif
17-
- nilerr
15+
# - nakedret
16+
# - nestif
17+
# - nilerr
1818
- noctx
1919
- nolintlint
20-
- prealloc
21-
- revive
20+
# - prealloc
21+
# - revive
2222
- rowserrcheck
2323
- sqlclosecheck
2424
- tparallel
25-
- unconvert
26-
- unparam
25+
# - unconvert
26+
# - unparam
2727
- whitespace
28-
- wrapcheck
28+
# - wrapcheck
29+
disable:
30+
- errcheck
31+
- ineffassign
32+
- staticcheck
33+
- unused
2934
exclusions:
3035
generated: lax
3136
presets:

0 commit comments

Comments
 (0)