mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
20 lines
231 B
YAML
20 lines
231 B
YAML
run:
|
|
tests: false
|
|
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- deadcode
|
|
- goconst
|
|
- gofmt
|
|
- goimports
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- revive
|
|
- staticcheck
|
|
- structcheck
|
|
- varcheck
|
|
- vetshadow
|