You've already forked lint-policy
19 lines
283 B
Markdown
19 lines
283 B
Markdown
# Lints
|
|
|
|
Repo for dealing with linting rust code.
|
|
|
|
## Development
|
|
|
|
Run the full validation suite before committing:
|
|
|
|
```sh
|
|
just all
|
|
just install
|
|
```
|
|
|
|
##### Publish
|
|
|
|
- `cargo semver-checks --all-features`
|
|
- `cargo publish --dry-run -p <crate>`
|
|
- `cargo publish --dry-run --workspace`
|