Skip to content

Commit

Permalink
Linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiss, Tibor committed Feb 1, 2024
1 parent cf7f3ae commit 1373d6e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions config/lint/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,13 @@ linters:
- varnamelen
- wrapcheck
### Disable linters one by one
- funlen
- testifylint
- bodyclose
- containedctx
- thelper
- tagliatelle
- errchkjson
- perfsprint
- noctx
- godox
- goconst



linters-settings:
gomoddirectives:
Expand All @@ -69,7 +64,7 @@ linters-settings:
disabled: true
arguments: [ 120 ]
funlen:
lines: 80
lines: 100
cyclop:
max-complexity: 20
nestif:
Expand Down

0 comments on commit 1373d6e

Please sign in to comment.