Skip to content

Commit

Permalink
ci: remove disabled lintesr
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Mar 3, 2024
1 parent e720193 commit c010d5f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ linters:
- decorder
- dogsled
- durationcheck
# - errcheck
- errcheck
- errname
- exportloopref
- gci
Expand All @@ -29,13 +29,13 @@ linters:
- govet
- grouper
- importas
# - ineffassign
- ineffassign
- makezero
- misspell
- noctx
- nolintlint
- nosprintfhostport
# - staticcheck
- staticcheck
- tenv
- thelper
- tparallel
Expand All @@ -44,11 +44,6 @@ linters:
- unused
- wastedassign
- whitespace
disable:
- errcheck
- tagliatelle
- ineffassign
- staticcheck

run:
timeout: 15m
Expand Down

0 comments on commit c010d5f

Please sign in to comment.