glob101/.golangci.yml
John Olheiser 67650ce6c1 Real router and real assets (#4)
Fix imports and change CLI colors

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

Real router and real assets

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

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: #4
2020-01-31 03:59:55 +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