File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -152,12 +152,12 @@ Manually testing against an example file is useful if you have added some
152
152
local modifications, run ` env CLIPPY_TESTS=true cargo run --bin clippy-driver -- -L ./target/debug input.rs `
153
153
from the working copy root.
154
154
155
- ### Running Clippy Against Clippy
155
+ ### Linting Clippy with your changes locally
156
156
157
- Clippy CI runs all lints defined in the version of the Clippy being tested pass
158
- (that is, don’t report any suggestions). You can avoid prolonging the CI
159
- feedback cycle for PRs you submit by running these lints yourself ahead of time
160
- and addressing any issues found:
157
+ Clippy CI only passes if all lints defined in the version of the Clippy being
158
+ tested pass (that is, don’t report any suggestions). You can avoid prolonging
159
+ the CI feedback cycle for PRs you submit by running these lints yourself ahead
160
+ of time and addressing any issues found:
161
161
162
162
```
163
163
cargo build
You can’t perform that action at this time.
0 commit comments