Replies: 1 comment 2 replies
-
It's a nice idea. I've heard good things about pre-commit, but haven't used it before. I think it makes sense to add it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
as I see all the new projects and packages take
pre-commit
as a good package to automate the linting and formatting for the code.In my own experience, I use
pre-commit
in all my packages and project I see that reduces some commands and work like./check.sh
or./lint.sh
then every shell script is coded under the packages that we use for linting or formatting.We could use the same configuration that we have in the shell script but under a
.yml
file.cc @dantownsend what you think you could check this authx/.pre-commit-config.yaml.
Beta Was this translation helpful? Give feedback.
All reactions