Skip to content

Commit d2ec342

Browse files
committed
Adjust copilot instructions
1 parent 7ed1072 commit d2ec342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- Names should reflect purpose and behavior; avoid names that require comments to explain intent.
3232

3333
## Making your changes pass CI
34-
- Before submitting any changes, make sure to run the following commands:
34+
- Before submitting any changes, make sure to run the following commands to check and fix formatting and linting:
3535
- `cargo fmt` to format all code according to the style guidelines.
3636
- `RUSTFLAGS="-D dead-code -D nonstandard-style -D unused-imports -D unused-mut -D unused-variables -D unused-unsafe -D unreachable-patterns -D bad-style -D improper-ctypes -D unused-allocation -D unused-comparisons -D while-true -D unconditional-recursion -D bare-trait-objects -D function_item_references -D clippy::uninlined_format_args " cargo clippy --all --exclude wasmer-swift --locked --fix --allow-dirty -- -D clippy::all` to check for common mistakes and improve code quality.
3737
- If these commands don't pass, CI will reject your changes.

0 commit comments

Comments
 (0)