Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 478 Bytes

File metadata and controls

17 lines (10 loc) · 478 Bytes

contributing

New rules welcome!

If you have ideas for new rules or plan to add one, feel free to open an issue or a pull request.

If you need any help contributing, please open an issue.

See the README's dev section for development information.

Adding new rules

When adding a new rule, running cargo xtask new-rule will create stubs for your rule in the Rust crate and in Documentation site.

cargo xtask new-rule 'prefer big serial'