We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 949b347 + b348aae commit f2d33c2Copy full SHA for f2d33c2
doc/adding_lints.md
@@ -86,6 +86,8 @@ test. That allows us to check if the output is turning into what we want.
86
87
Once we are satisfied with the output, we need to run
88
`tests/ui/update-all-references.sh` to update the `.stderr` file for our lint.
89
+Please note that, we should run `TESTNAME=ui/foo_functions cargo uitest`
90
+every time before running `tests/ui/update-all-references.sh`.
91
Running `TESTNAME=ui/foo_functions cargo uitest` should pass then. When we
92
commit our lint, we need to commit the generated `.stderr` files, too.
93
0 commit comments