summaryrefslogtreecommitdiff
path: root/bin/lint
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lint')
-rwxr-xr-xbin/lint8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/lint b/bin/lint
new file mode 100755
index 0000000..c9ece35
--- /dev/null
+++ b/bin/lint
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+[ -z "$DEBUG" ] || set -x
+
+echo [$(date "+%H:%M:%S")] "==> Running linters…"
+bundle exec rake lint