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
As discussed in #609, environment variables and internal shell variables are capitalized. All other variable names should be lower case. Some shell scripts in the project don't follow this convection.
We should have a style guide for bash scripts.
As discussed in #609, environment variables and internal shell variables are capitalized. All other variable names should be lower case. Some shell scripts in the project don't follow this convection.
Here is an example:
https://google.github.io/styleguide/shellguide.html
In addition, we can add a shell scripts format checker to the build pipeline.
The text was updated successfully, but these errors were encountered: