-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
area: repository toolingconcerning ease of contributionconcerning ease of contributionstatus: accepting prsMocha can use your help with this one!Mocha can use your help with this one!
Description
Tooling Suggestion Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I have read and agree to Mocha's Code of Conduct and Contributing Guidelines
- I have searched for related issues and issues with the
faq
label, but none matched my issue. - I want to provide a PR to resolve this
Overview
Commit f4e7e54, introduced in #5447 introduced some changes to .github/CONTRIBUTING.md, causing markdownlint to fail.
$ npm run lint:markdown
> mocha@11.7.4 lint:markdown
> markdownlint "*.md" "docs/**/*.md" ".github/*.md" "lib/**/*.md" "test/**/*.md" "example/**/*.md" -i CHANGELOG.md
.github/CONTRIBUTING.md:95:70 MD034/no-bare-urls Bare URL used [Context: "https://app.codecov.io/gh/moch..."]
(node:120457) [DEP0176] DeprecationWarning: fs.R_OK is deprecated, use fs.constants.R_OK instead
(Use `node --trace-deprecation ...` to show where the warning was created)
Additional Info
No response
Metadata
Metadata
Assignees
Labels
area: repository toolingconcerning ease of contributionconcerning ease of contributionstatus: accepting prsMocha can use your help with this one!Mocha can use your help with this one!