1
0

Added new checks (#2)

* added gocyclo-check
* Added new tests to drone
* Added new checks to makefile
This commit is contained in:
konrad
2018-09-23 19:15:14 +00:00
committed by Gitea
parent b912ff4176
commit e724aeb206
9 changed files with 34 additions and 8 deletions

View File

@ -21,6 +21,8 @@ pipeline:
- make lint
- make fmt-check
- make swagger-check
- make ineffassign-check
- make misspell-check
- make build
when:
event: [ push, tag, pull_request ]