changelog/.golangci.yml
John Olheiser b707352bf9 CI and Linter (#27)
Add S3 for master/releases

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Move to arm64 for more RAM

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Add lint to CI

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Rename default to compliance and un-test releases

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Test

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Initial work

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: gitea/changelog#27
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-01-26 03:43:05 +00:00

24 lines
335 B
YAML

linters:
enable:
- deadcode
- dogsled
- dupl
- errcheck
- funlen
- gocognit
- goconst
- gocritic
- gocyclo
- gofmt
- golint
- gosimple
- govet
- maligned
- misspell
- prealloc
- staticcheck
- structcheck
- typecheck
- unparam
- unused
- varcheck