telegram-bot-bash/dev/shellcheck.files

16 lines
291 B
Plaintext
Raw Normal View History

2019-04-19 08:43:06 +00:00
# list of files to run shellscheck against
2019-04-19 12:51:01 +00:00
#### $$VERSION$$ v0.61-2-gfd4dd8c
2019-04-19 08:43:06 +00:00
# main files
bashbot.sh
commands.sh
bashbot.rc
# example files
2019-04-19 12:51:01 +00:00
examples/calc.sh
examples/notify.sh
examples/question.sh
2019-04-19 08:43:06 +00:00
# dev files
dev/version.sh
2019-04-19 11:01:25 +00:00
dev/install-hooks.sh
2019-04-19 08:43:06 +00:00
dev/hooks/pre-commit.sh
2019-04-19 11:01:25 +00:00
dev/hooks/pre-push.sh