summaryrefslogtreecommitdiff
path: root/bin/lint
blob: c9ece35ec83924c5604b406cc63b6e464c1ac4f9 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

[ -z "$DEBUG" ] || set -x

echo [$(date "+%H:%M:%S")] "==> Running linters…"
bundle exec rake lint