This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Shellcheck Exclusions
Dylan Araps edited this page Dec 8, 2016
·
6 revisions
This wiki page lists all of the shellcheck errors that we're ignoring when testing Neofetch.
Can't follow non-constant source. Use a directive to specify location.
This error has been disabled since we're not sourcing the config file when running shellcheck.
SC2009 Consider using pgrep instead of grepping ps output.
We were originally using pgrep until we found out that pgrep has some issues on macOS systems.
foo appears unused. Verify it or export it.
This error has been disabled since we dynamically use the info variables. ($kernel)