We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf2bd4 commit 2cc8715Copy full SHA for 2cc8715
doc/contributing/using-internal-errors.md
@@ -85,6 +85,9 @@ for the error code should be added to the `doc/api/errors.md` file. This will
85
give users a place to go to easily look up the meaning of individual error
86
codes.
87
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
+
91
## Testing new errors
92
93
When adding a new error, corresponding test(s) for the error message
0 commit comments