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

set -e

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

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