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
Following devrel issue 135, this issue has a BASH linter being added to this repo, then being set as a required check on all CICD builds. As of this writing, the only BASH script are for CICD itself but those should be checked along with any other BASH scripts added to this repo.
Automation recommends implementing both ShellCheck and bashate with the following configurations:
The shfmt utility can be used to automatically correct some types of linter errors, similar to yarn lint --fix with eslint in JavaScript. However, it should not be used for a CICD check.
Following devrel issue 135, this issue has a BASH linter being added to this repo, then being set as a required check on all CICD builds. As of this writing, the only BASH script are for CICD itself but those should be checked along with any other BASH scripts added to this repo.
Automation recommends implementing both ShellCheck and bashate with the following configurations:
The shfmt utility can be used to automatically correct some types of linter errors, similar to
yarn lint --fix
witheslint
in JavaScript. However, it should not be used for a CICD check.See Also
The text was updated successfully, but these errors were encountered: