globber/.golangci.yml
John Olheiser ea2fe6972a
All checks were successful
continuous-integration/drone/push Build is passing
Add CI and linter (#5)
Add make fmt

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

Clean up drone file

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

arm

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

Try different docker tag

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

Add more to drone file

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

Add Drone badge

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

Formatting

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

Increase linter timeout

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

Change tests, picking up new linter file

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

Add CI and linter

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

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: #5
2020-01-23 18:51:08 +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