Thanks for contributing to kroot.
git clone https://github.com/AnonJon/kroot
cd kroot
cargo build --workspacecargo test --workspace- Create a file in
crates/analyzers/src/analyzers/. - Implement the
Analyzertrait. - Register the analyzer in
crates/analyzers/src/registry.rs. - Add tests under
crates/analyzers/tests/.
- Keep changes focused and include tests when possible.
- Run
cargo test --workspacebefore opening a PR. - Describe the problem and solution clearly in the PR description.