Is your feature request related to a problem? Please describe
when contributing a pull request, we may forget to sign the commit (-s option on git), forget to lint, etc so at the end we create a PR and after few minutes it's failing.
Describe the solution you'd like
I would like to enforce the checks before we submit the pull request
so as a contributor I'm aware of the checks as soon as possible
Describe alternatives you've considered
No response
Additional context
it's still possible with git to ignore the pre-commit hooks if for some reason we don't want to apply linter, etc
Is your feature request related to a problem? Please describe
when contributing a pull request, we may forget to sign the commit (-s option on git), forget to lint, etc so at the end we create a PR and after few minutes it's failing.
Describe the solution you'd like
I would like to enforce the checks before we submit the pull request
so as a contributor I'm aware of the checks as soon as possible
Describe alternatives you've considered
No response
Additional context
it's still possible with git to ignore the pre-commit hooks if for some reason we don't want to apply linter, etc
use this flag