Reenabled lint check within drone

This commit is contained in:
Thomas Boerger
2016-11-29 14:15:36 +01:00
parent 60e3e5b4e1
commit 684d55e130
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: