summaryrefslogtreecommitdiff
path: root/bin/lint
blob: 97cb1c3ad2a07a12e4d88b8654def17bda5779ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

cd "$(dirname "$0")/.."

shellcheck bin/*
shellcheck config/.bashrc
shellcheck config/.profile
shellcheck config/*.sh
shellcheck run.sh
bundle exec rubocop