summaryrefslogtreecommitdiff
path: root/tools/check-lint
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check-lint')
-rwxr-xr-xtools/check-lint10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/check-lint b/tools/check-lint
new file mode 100755
index 0000000..eaebdf0
--- /dev/null
+++ b/tools/check-lint
@@ -0,0 +1,10 @@
+#!/bin/bash -e
+
+cd "$(dirname "$0")/.."
+
+## tools/check-lint
+##
+## Run lint checks on the project, exiting with a zero status if there are no lint
+## issues.
+
+exec pylint envdir