Actions
action #88840
openProvide git hooks for style checks
Start date:
2021-02-19
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
Style checks not having been run before proposing or updating a PR is a recurring problem. A branch is submitted, automatic checks are run in CI, and... everything files because of a missing space somewhere. Forgot to run the style checks locally.
Suggestion¶
- Provide git hooks for style checks
- A message like "Install perltidy to run style checks"
- Documentation on how to enable the hooks
Actions