Skip to content

Commit

Permalink
disable linters for release branch
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingajkin <[email protected]>
  • Loading branch information
denis-tingaikin committed Jun 18, 2021
1 parent c381ce5 commit bfe5cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ linters:
- dogsled
- dupl
- errcheck
- funlen
# - funlen
- gochecknoinits
- goconst
- gocritic
- gocyclo
# - gocyclo
- gofmt
- goheader
# - goheader
- goimports
- golint
- gosec
Expand Down

0 comments on commit bfe5cf2

Please sign in to comment.