summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33cb7355d9..80ea032880 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,6 @@ GOVET = go tool vet -composites=false -methods=false -structtags=false
.IGNORE: public/css/gogs.css
-# FIXME: find a way to ignore /vendor/ and /data/ directories.
govet:
$(GOVET) gogs.go
$(GOVET) models modules routers