You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2021. It is now read-only.
Thibault Maekelbergh edited this page Feb 20, 2019
·
1 revision
Bash
Shellcheck is used to ensure consistent and safe shell (bash) scripts. Make sure you have shellcheck installed and run the lint command to test the scripts:
$ brew install shellcheck
$ npm run lint:shellIn hubble.sh line 6: printf "\n\\033[1m\\033[34m%s\\033[0m\\n\\n" "[hubble-scripts] ${1}" ^-- SC1117: Backslash is literal in "\n". Prefer explicit escaping: "\\n".