Skip to content

Commit d53b7df

Browse files
authored
Improve doc on updating the analyzer results files
1 parent 0af3a48 commit d53b7df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ you might need to update one or more analyzer results files
2626

2727
## How do I update the analyzer results files?
2828

29-
To update an analyzer results files:
29+
To update the analyzer results files:
3030

31+
1. Run `pub upgrade` to get the latest version of the pedantic package.
3132
1. Run `./tool/analyze-and-test-examples.sh --save-logs`.
32-
2. Look at the diffs for the results files.
33-
3. If the diffs look good but some comments are missing,
33+
1. Look at the diffs for the results files.
34+
1. If the diffs look good but some comments are missing,
3435
add back the comments that are still relevant.
35-
4. Run `./tool/analyze-and-test-examples.sh` to confirm that
36+
1. Run `./tool/analyze-and-test-examples.sh` to confirm that
3637
your changes are good.
3738

3839
**Pro tip:** You can embed in a doc page specific line(s) from an analyzer

0 commit comments

Comments
 (0)