aboutsummaryrefslogtreecommitdiff
path: root/scripts/lint
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lint')
-rwxr-xr-xscripts/lint2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lint b/scripts/lint
new file mode 100755
index 0000000..06957b8
--- /dev/null
+++ b/scripts/lint
@@ -0,0 +1,2 @@
+#!/bin/bash
+golint ./... | grep -v "should have comment" | grep -v "vendor/"