Reenabled lint check within drone

This commit is contained in:
Thomas Boerger 2016-11-29 14:15:36 +01:00
parent 60e3e5b4e1
commit 684d55e130
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
2 changed files with 2 additions and 2 deletions

@ -13,7 +13,7 @@ pipeline:
- apk -U add linux-pam-dev openssh-client
- make clean
- make vet
# - make lint
- make lint
- make test
- make build
when:

File diff suppressed because one or more lines are too long