mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-05 22:08:27 +00:00
@@ -3,20 +3,17 @@ run:
|
||||
|
||||
|
||||
linters:
|
||||
enable-all: false
|
||||
disable-all: true
|
||||
enable:
|
||||
- govet
|
||||
- golint
|
||||
- gofmt
|
||||
- deadcode
|
||||
- goimports
|
||||
- misspell
|
||||
- ineffassign
|
||||
- staticcheck
|
||||
- varcheck
|
||||
- structcheck
|
||||
- maligned
|
||||
- vetshadow
|
||||
- goconst
|
||||
- interfacer
|
||||
- gofmt
|
||||
- goimports
|
||||
- govet
|
||||
- ineffassign
|
||||
- misspell
|
||||
- revive
|
||||
- staticcheck
|
||||
- structcheck
|
||||
- varcheck
|
||||
- vetshadow
|
||||
|
||||
Reference in New Issue
Block a user