Skip to content

Commit

Permalink
fixup! #96 Add lint github action
Browse files Browse the repository at this point in the history
  • Loading branch information
meian committed Sep 8, 2022
1 parent a4a4353 commit fab0d18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ run:
linters:
enable-all: true
disable:
# deprecated
- deadcode
- exhaustivestruct
- golint
Expand All @@ -23,3 +24,8 @@ linters:
- sqlclosecheck
- wastedassign
fast: false
issues:
exclude-rules:
- path: _test.go
linters:
- funlen

0 comments on commit fab0d18

Please sign in to comment.