Skip to content
Snippets Groups Projects
Commit 41d8ccea authored by nimrod's avatar nimrod
Browse files

- Don't fail in the shellcheck hook if sourcing/ calling scripts not

checked by shellscript (in case the modification is only in the calling
script the test will fail since only the modified script is checked).
- Bumped patch version.
parent af388c01
No related branches found
No related tags found
No related merge requests found
0.5.3 0.5.4
\ No newline at end of file \ No newline at end of file
...@@ -10,4 +10,5 @@ ...@@ -10,4 +10,5 @@
description: A shell script static analysis tool description: A shell script static analysis tool
language: system language: system
entry: shellcheck entry: shellcheck
args: ['--external-sources']
files: *shell_scripts files: *shell_scripts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment