mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
Replace gometalinter with golangci-lint. Fix system tests (wheezy is gone, replace with stretch). Fix linter warnings.
23 lines
281 B
YAML
23 lines
281 B
YAML
run:
|
|
tests: false
|
|
|
|
|
|
linters:
|
|
enable-all: false
|
|
disable-all: true
|
|
enable:
|
|
- govet
|
|
- golint
|
|
- gofmt
|
|
- deadcode
|
|
- goimports
|
|
- misspell
|
|
- ineffassign
|
|
- staticcheck
|
|
- varcheck
|
|
- structcheck
|
|
- maligned
|
|
- vetshadow
|
|
- goconst
|
|
- interfacer
|