Closed
Description
📗 API Reference Docs Problem
- Version:
master
branch
- Platform: Darwin Kernel Version 19.6.0; root:xnu-6153.141.16~1/RELEASE_X86_64 x86_64
- Subsystem: http
Location
Affected URL(s):
specific to running make test
and make test-doc
Description
Running the test scripts and linter on master is producing a linter warning that is blocking the test scripts from completing successfully. It points to this line: 53b673e#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641R3144.
The error message received is:
doc/api/http.md
3119:1-3119:41 warning Found unused definition no-unused-definitions remark-lint
⚠ 1 warning
make: *** [tools/.mdlintstamp] Error 1
I believe it's related to #37265, but I wasn't able to come up with a fix.
- I would like to work on this issue and
submit a pull request.