Skip to content

Commit

Permalink
ci: Remove shellcheck diff
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Oct 14, 2020
1 parent 1a66324 commit da4ffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/code_format/check_shellcheck_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ run_shellcheck_on () {
local file
file="$1"
echo "Shellcheck: ${file}"
shellcheck -f diff -x "$file"
shellcheck -x "$file"
}

run_shellchecks () {
Expand Down

0 comments on commit da4ffc2

Please sign in to comment.