We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51ce1d commit 8d53490Copy full SHA for 8d53490
.github/copilot-instructions.md
@@ -133,6 +133,7 @@ Tests validate discovered environments using 4 verification methods:
133
- Use `rustup component add clippy` to install Clippy linter
134
- Use `cargo fmt --all` to format code in all packages
135
- Use `cargo clippy --all-features -- -Dwarnings` to check for linter issues
136
+- Use `cargo clippy --all-features --fix --allow-dirty` to automatically fix linter issues
137
- Use `cargo build` to build the project
138
- Use `cargo test --all` to test all packages (this can take a few seconds)
139
- Use `cargo test [TESTNAME]` to test a specific test
0 commit comments