Open
Description
- pick a macro coding guideline
- begin working with clippy team to learn how to write such a clippy lint
- write the lint, feature-gate it (?) behind "safety-critical" gate
- begin work with clippy team on how to make a "safety-critical" set of lints which could be turned on which may be a bit more restrictive
- begin work with clippy team on how to generate deviation report
- develop a way to do crater runs across (sub)sets of crates which seem: a. relevant to safety-critical b. general crates
- review existing clippy lints, try to find overlap between them and MISRA Rust Addendum; if so write guidelines and then create bidirectional linkage: guidelines <=> clippy lints