Browse Source

test

pull/1986/head
Daniel Gibbs 7 years ago
parent
commit
adc0f17cc0
  1. 4
      tests/tests_shellcheck.sh

4
tests/tests_shellcheck.sh

@ -7,5 +7,5 @@
# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki
# Website: https://gameservermanagers.com
find . -type f -name "*.sh" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \;
find . -type f -name "*.cfg" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \;
find . -type f -name "shunit2-2.1.6" -prune -name "*.sh" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \;
find . -type f -name "shunit2-2.1.6" -prune -name "*.cfg" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \;

Loading…
Cancel
Save