summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2016-11-29 14:15:36 +0100
committerThomas Boerger <thomas@webhippie.de>2016-11-29 14:15:36 +0100
commit684d55e130d13a4c057f1e90b84b1a236e01a161 (patch)
treeed25a499fd97b8fd330762c390aa144510d0216c /.drone.yml
parent60e3e5b4e1b350a014f5cb38906c75c9f3c1c66f (diff)
downloadgitea-684d55e130d13a4c057f1e90b84b1a236e01a161.tar.gz
gitea-684d55e130d13a4c057f1e90b84b1a236e01a161.zip
Reenabled lint check within drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 9b858b0731..dd50525672 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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: