Skip to content

Commit

Permalink
removes gocritic settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlalexander committed Jul 2, 2020
1 parent 6cfd11b commit 185d81f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions handler/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,6 @@ linters-settings:
line-length: 140
goimports:
local-prefixes: github.com/golangci/golangci-lint
gocritic:
enabled-tags:
- diagnostic
- experimental
- opinionated
- performance
- style
disabled-checks:
- dupImport # https://github.com/go-critic/go-critic/issues/845
- ifElseChain
- octalLiteral
- whyNoLint
- wrapperFunc
funlen:
lines: 100
statements: 50
Expand Down

0 comments on commit 185d81f

Please sign in to comment.