Skip to content

Commit

Permalink
chore: update linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Jun 17, 2021
1 parent d229fc0 commit b782e98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ linters:
- govet
- gofmt
- goimports
- gosimple
- varcheck
- misspell
- ineffassign
Expand Down Expand Up @@ -243,6 +244,10 @@ issues:
- staticcheck
text: "SA9003:"

- linters:
- gosimple
text: "S1025:"

- linters:
- revive
text: "package comment should be of the form"
Expand Down

0 comments on commit b782e98

Please sign in to comment.