Skip to content

Commit

Permalink
Now 'make shellcheck' validates also src/ files, including hook scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed May 18, 2024
1 parent 44ec53b commit 6d6c58a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ README.md: README.md.tmpl bin/ucsf-vpn
## Check code using static-code analysis
shellcheck:
echo "ShellCheck $$(shellcheck --version | grep version:)"
cd src; shellcheck -x ucsf-vpn.sh vpnc/connect.d/ucsf-vpn-flavors.sh
shellcheck bin/ucsf
shellcheck bin/ucsf-vpn

Expand Down
File renamed without changes.

0 comments on commit 6d6c58a

Please sign in to comment.