Skip to content

Commit c9ffc55

Browse files
mcollinatargos
authored andcommitted
doc: document make lint-md-clean
Signed-off-by: Matteo Collina <hello@matteocollina.com> PR-URL: #47926 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f6ff318 commit c9ffc55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/contributing/using-internal-errors.md

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ for the error code should be added to the `doc/api/errors.md` file. This will
8585
give users a place to go to easily look up the meaning of individual error
8686
codes.
8787

88+
In case `make lint` fails to detect the new error codes added into `errors.md`,
89+
the markdown linting cache must be cleaned with `make lint-md-clean`.
90+
8891
## Testing new errors
8992

9093
When adding a new error, corresponding test(s) for the error message

0 commit comments

Comments
 (0)