Skip to content

Commit

Permalink
Fix linter errors (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored Nov 1, 2022
1 parent 0d97b40 commit 4f1b032
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,35 @@ linters-settings:
simplify: true
goimports:
local-prefixes: github.com/mattermost/mattermost-plugin-custom-attributes
golint:
min-confidence: 0
govet:
check-shadowing: true
enable-all: true
disable:
- fieldalignment
misspell:
locale: US

linters:
disable-all: true
enable:
- bodyclose
- deadcode
- errcheck
- goconst
- gocritic
- gofmt
- goimports
- golint
- gosec
- gosimple
- govet
- ineffassign
- interfacer
- misspell
- nakedret
- revive
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unused
- varcheck
- whitespace

issues:
Expand Down

0 comments on commit 4f1b032

Please sign in to comment.