Skip to content

Commit 039ee2b

Browse files
feat: fix .golangci.yaml
Signed-off-by: nelson.parente <nelson_parente@live.com.pt>
1 parent af9fda7 commit 039ee2b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.golangci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,12 @@ linters:
5555
- lll
5656
- unparam
5757
- wsl
58-
# - gomnd
5958
- testpackage
6059
- nestif
6160
- nlreturn
6261
- exhaustive
6362
- exhaustruct
6463
- noctx
65-
# - gci
6664
- tparallel
6765
- paralleltest
6866
- wrapcheck
@@ -79,11 +77,9 @@ linters:
7977
- maintidx
8078
- nilnil
8179
- predeclared
82-
# - tenv
8380
- thelper
8481
- wastedassign
8582
- containedctx
86-
# - gosimple
8783
- nonamedreturns
8884
- asasalint
8985
- rowserrcheck
@@ -92,8 +88,6 @@ linters:
9288
- tagalign
9389
- mnd
9490
- canonicalheader
95-
# - exportloopref
96-
# - execinquery
9791
- err113
9892
- fatcontext
9993
- forbidigo

0 commit comments

Comments
 (0)