-
-
Notifications
You must be signed in to change notification settings - Fork 726
Add shell script syntax checker #4242
Copy link
Copy link
Open
Labels
type:InfrastructureInfrastructure/ecosystem related changes, such as CMake or buildbotsInfrastructure/ecosystem related changes, such as CMake or buildbots
Metadata
Metadata
Assignees
Labels
type:InfrastructureInfrastructure/ecosystem related changes, such as CMake or buildbotsInfrastructure/ecosystem related changes, such as CMake or buildbots
Description
Add shell script syntax checker.
Expected coding style
The
Utilitiesfolder contains numerous shell scripts that help to maintain ITK. Adding a syntax checker tool (e.g. through pre-commit hooks and GHA workflows) would maybe prevent incompatibilities (e.g. scripts that contain incompatible commands across shells), and bugs or issues from leakingActual coding style
No shell script syntax checker is in place.
Versions
master.Additional Information
Related to issues #796 and #4241.