Skip to content

Commit 8d53490

Browse files
committed
Updates
1 parent a51ce1d commit 8d53490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Tests validate discovered environments using 4 verification methods:
133133
- Use `rustup component add clippy` to install Clippy linter
134134
- Use `cargo fmt --all` to format code in all packages
135135
- 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
136137
- Use `cargo build` to build the project
137138
- Use `cargo test --all` to test all packages (this can take a few seconds)
138139
- Use `cargo test [TESTNAME]` to test a specific test

0 commit comments

Comments
 (0)