We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f8df7 commit 69b58a1Copy full SHA for 69b58a1
crates/but/agents.md
@@ -22,3 +22,8 @@ Usable output goes to `out: &mut OutputChannel`
22
and auto-update expectations with `SNAPSHOTS=overwrite cargo test -p but`.
23
* When color is involved, use with `.stdout_eq(snapbox::file!["snapshots/<test-name>/<invocation>.stdout.term.svg"])`, and update it
24
with `SNAPSHOT=overwrite cargo test -p but`.
25
+
26
+### Linting
27
28
+* use `cargo fmt --check --all` to check for formatting issues.
29
+* use `cargo clippy --fix --allow-dirty` to auto-fix clippy errors.
0 commit comments