Skip to content

Commit

Permalink
chore: disable gosimple linter
Browse files Browse the repository at this point in the history
  • Loading branch information
aseure committed May 4, 2020
1 parent 64fa72e commit 20ebed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ linters:
- gofmt
- goimports
- golint
- gosimple
- govet
- ineffassign
- misspell
Expand All @@ -23,4 +22,4 @@ linters:
- varcheck
linters-settings:
golint:
min-confidence: 0.81
min-confidence: 0.81

0 comments on commit 20ebed1

Please sign in to comment.