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 Sep 20, 2023. It is now read-only.
When sourcing an other file, shellcheck has the ability to follow the sourced file thanks to the directive # shellcheck source=/path/to/file To follow the source, shellcheck must be used with the -x option, or the warning SC1091 is triggered.
Is it possible to add this option by default? Or provide an easy way to enable the option?