add shellcheck for bashbot.conf

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2021-01-21 19:51:04 +01:00
parent 07f026c6a7
commit e9543991ee
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# list of additional files to check from shellcheck # list of additional files to check from shellcheck
#### $$VERSION$$ v1.30-0-g3266427 #### $$VERSION$$ v1.31-dev-15-g07f026c
bashbot.rc bashbot.rc
mycommands.conf
mycommands.sh.clean mycommands.sh.clean

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# shellcheck disable=SC2034
####################################################### #######################################################
# #
# File: mycommands.conf # File: mycommands.conf
@ -11,7 +12,7 @@
# Author: KayM (gnadelwartz), kay@rrr.de # Author: KayM (gnadelwartz), kay@rrr.de
# Created: 09.01.2021 07:27 # Created: 09.01.2021 07:27
# #
#### $$VERSION$$ v1.30-0-g3266427 #### $$VERSION$$ v1.31-dev-15-g07f026c
####################################################### #######################################################
########## ##########