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
We use these scripts a lot, lets make sure they are doing all the normal good practices.
My plan is to add a CI job that simply runs shellcheck and flake8 on the contents of deploy and scripts as appropriate.
In the context of some items which may be better as-is for this use case:
Can also add a # shellcheck disable=ERRID to explicitly say "I'm ok with this" Originally posted by @klauer in #239 (comment)
The text was updated successfully, but these errors were encountered:
We use these scripts a lot, lets make sure they are doing all the normal good practices.
My plan is to add a CI job that simply runs shellcheck and flake8 on the contents of deploy and scripts as appropriate.
In the context of some items which may be better as-is for this use case:
The text was updated successfully, but these errors were encountered: