Files
asdf-clarinet/scripts/lint.bash
2023-11-03 02:49:55 -05:00

10 lines
171 B
Bash
Executable File

#!/usr/bin/env bash
shellcheck --shell=bash --external-sources \
bin/* --source-path=template/lib/ \
lib/* \
scripts/*
shfmt --language-dialect bash --diff \
./**/*