Skip to content

Commit

Permalink
Revert golangci-lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Dec 6, 2023
1 parent 6eace18 commit 3c10365
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,17 @@ linters:
- goerr113
- gomnd
- gosec
- inamedparam
- ireturn
- maintidx
- noctx
- nolintlint
- nonamedreturns
- paralleltest
- perfsprint
- prealloc
- stylecheck
- testifylint
- testpackage
- thelper
- tparallel
Expand All @@ -50,6 +53,7 @@ linters:
- varnamelen
- wrapcheck
- godot
- tagalign
- whitespace

linters-settings:
Expand Down

0 comments on commit 3c10365

Please sign in to comment.