Cleanup and rework justfile, add some CI-only checks
This commit is contained in:
parent
e3d0343314
commit
9dfd493bf5
5 changed files with 163 additions and 129 deletions
|
|
@ -1,17 +1,5 @@
|
|||
# Notes
|
||||
|
||||
## CI
|
||||
|
||||
When adding CI jobs, consider the following lints:
|
||||
|
||||
- `clippy::dbg_macro`
|
||||
- `clippy::print_stderr`
|
||||
- `clippy::print_stdout`
|
||||
- `clippy::todo`
|
||||
- `clippy::unimplemented`
|
||||
- `clippy::unreachable`
|
||||
- `clippy::use_debug`
|
||||
|
||||
## BTreeMap
|
||||
|
||||
Consider replacing HashMap with BTreeMap to stop nodes from shifting position constantly on every page load.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue