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