mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5888 from jbampton/update-contributing-guide
CONTRIBUTING.md: update `pre-commit` info with `make` and `rake`
This commit is contained in:
@@ -37,6 +37,14 @@ Sometimes you might need to skip one or more hooks which can be done with the `S
|
||||
|
||||
`$ SKIP=yamllint git commit -m "foo"`
|
||||
|
||||
For convenience, we have added `pre-commit run --all-files` and `pre-commit autoupdate`
|
||||
to both the Makefile and the Rakefile. Run them with:
|
||||
|
||||
- `make check` or `rake check`
|
||||
- `make checkupdate` or `rake checkupdate`
|
||||
|
||||
### pre-commit quick links
|
||||
|
||||
- [Quick start](https://pre-commit.com/#quick-start)
|
||||
- [Usage](https://pre-commit.com/#usage)
|
||||
- [pre-commit autoupdate](https://pre-commit.com/#pre-commit-autoupdate)
|
||||
|
||||
Reference in New Issue
Block a user