Consider start using the pre-commit
framework
#31
leandro-lucarella-frequenz
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Well, it becomes a bit of "In the Editor" vs "At commit time". The earlier the better of course. The intro talks about linters here which I already have in my editor, so at least that part wouldn't help me. |
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
-
pre-commit is a framework for managing and maintaining multi-language pre-commit hooks.
I think developers could benefit from getting some safe-nets easily installed so common problems are detected early (at commit-time) instead of waiting for a PR CI to run for example.
Being a common framework we could benefit from and contribute to a wider community.
Copying the introduction for convenience:
Beta Was this translation helpful? Give feedback.
All reactions