You've already forked lint-policy
Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Lints
|
||||
|
||||
Repo for dealing with linting rust code.
|
||||
|
||||
## Development
|
||||
|
||||
Run the full validation suite before committing:
|
||||
|
||||
```sh
|
||||
just all
|
||||
```
|
||||
|
||||
##### Publish
|
||||
|
||||
- `cargo semver-checks --all-features`
|
||||
- `cargo publish --dry-run -p <crate>`
|
||||
- `cargo publish --dry-run --workspace`
|
||||
Reference in New Issue
Block a user