File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments