Skip to content

Commit

Permalink
Update CONTRIBUTING to reflect clippy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fotonick committed Jul 20, 2024
1 parent d2ae15f commit 5a45076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Before submitting a completed PR, make sure the following items have been addres
* **format the code** - make sure the code has been formatted by `rustfmt` before submitting. I have a [git `pre-push` hook](https://gist.github.com/zofrex/4a5084c49e4aadd0a3fa0edda14b1fa8) which handles this for me.
* **update the features tracking issue** - if relevant, update the [features tracking issue][features-tracking-issue]
* **update the full example** - if new features have been added, or changes made, update the `full_example.rs` example
* **satisfy clippy** - our Github CI will apply `cargo clippy` with warnings treated as errors.

[features-tracking-issue]: https://github.com/simonrw/rust-fitsio/issues/15

Expand Down

0 comments on commit 5a45076

Please sign in to comment.