We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0f0e3 commit 3b3e5eaCopy full SHA for 3b3e5ea
CONTRIBUTING.md
@@ -28,8 +28,9 @@ High level approach:
28
29
1. Find something to fix/improve
30
2. Change code (likely some file in `clippy_lints/src/`)
31
-3. Run `cargo test` in the root directory and wiggle code until it passes
32
-4. Open a PR (also can be done between 2. and 3. if you run into problems)
+3. Follow the instructions in the [docs for writing lints](doc/adding_lints.md) such as running the `setup-toolchain.sh` script
+4. Run `cargo test` in the root directory and wiggle code until it passes
33
+5. Open a PR (also can be done after 2. if you run into problems)
34
35
### Finding something to fix/improve
36
0 commit comments