Colorize linter output
This commit is contained in:
parent
9a296eded9
commit
5b99e786f0
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ main () {
|
|||
shellcheck --version >&2
|
||||
echo "Checking files:" >&2
|
||||
list_bash_files >&2
|
||||
list_bash_files | xargs -L 1000 shellcheck "$@"
|
||||
list_bash_files | xargs -L 1000 shellcheck --color "$@"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue