Skip to content

Commit 33fca28

Browse files
committed
fix: disable gocritic linter to reduce noise
1 parent 6273373 commit 33fca28

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.golangci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ linters:
99
- staticcheck
1010
- unused
1111
- misspell
12-
- gocritic
1312
- noctx
1413
- bodyclose
1514
- unconvert
@@ -22,14 +21,6 @@ linters:
2221
enable-all: true
2322
disable:
2423
- fieldalignment
25-
gocritic:
26-
enabled-tags:
27-
- diagnostic
28-
- performance
29-
disabled-checks:
30-
- hugeParam
31-
- rangeValCopy
32-
- appendAssign
3324
staticcheck:
3425
checks:
3526
- all
@@ -41,7 +32,6 @@ linters:
4132
rules:
4233
- path: _test\.go
4334
linters:
44-
- gocritic
4535
- noctx
4636
- bodyclose
4737
- errcheck

0 commit comments

Comments
 (0)