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
It would be good to get some consistent formatting and linting on specific file types, namely .yml and .sh. For example, I see PRs which will flip .yml from single to double quote and/or adjust spacing. Then another PR comes along doing the opposite, due to the user's environment. This does increase the diff, or require Save without Formatting, and/or manually formatting. In the case of yml it can cause parsing issues which break the file too.
It would be good to get some consistent formatting and linting on specific file types, namely
.yml
and.sh
. For example, I see PRs which will flip.yml
from single to double quote and/or adjust spacing. Then another PR comes along doing the opposite, due to the user's environment. This does increase the diff, or requireSave without Formatting
, and/or manually formatting. In the case ofyml
it can cause parsing issues which break the file too.Ideas:
.editorconfig
better?shellcheck
?Checks
step to be more firm about these changes?The text was updated successfully, but these errors were encountered: