[FEATURE]: Use the ShellCheck to check the source code style
Closed this issue · 0 comments
junghoon-vans commented
Description
ShellCheck is a shell script static analysis tool.
This makes it easy to check the code style of the project.
Solution
- Setup it as
pre-commit
hook to check the source code style of our project. - Use
pre-commit.ci
to check the source code style when agit push
event occurs.
Alternatives
- Use github actions to check the source code style when a
pull request
event occurs.
Additional Context
pre-commit.ci does not yet support docker hook.
So, Therefore, I decided not to apply pre-commit.ci
.