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 Apr 21, 2025. It is now read-only.
Pre-condition:
sudo apt install shellcheckordnf install shellcheckThere are quite a few shell scripts:
And they trigger a lot of
shellcheckwarnings:Note: one should not follow
shellcheckrecommendations blindly. Main one where one could screw up is changing this:To:
My preferred way is just adding shellcheck override for them, or switching to helper function like this:
Whichever makes more sense for given code.