Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <[email protected]>
  • Loading branch information
batazor committed Nov 23, 2023
1 parent 8f527a9 commit afa1879
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/linters/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ linters-settings:
- name: function-length
severity: warning
disabled: false
arguments: [45, 0]
arguments: [70, 0]
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#get-return
- name: get-return
severity: warning
Expand Down Expand Up @@ -830,7 +830,6 @@ linters:
- gochecknoinits
- inamedparam
- exhaustruct
- goerr113
- wrapcheck
- paralleltest
- forbidigo
Expand All @@ -843,15 +842,15 @@ linters:
- containedctx
- gomoddirectives
- nonamedreturns
- contextcheck
- forcetypeassert
- wsl
- tagliatelle
- nilnil
- interfacebloat
- exhaustive
- maintidx
- dupl
- whitespace
- gofumpt

issues:

Expand Down

0 comments on commit afa1879

Please sign in to comment.