We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949b347 commit b348aaeCopy full SHA for b348aae
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