Skip to content

Commit

Permalink
Remove (already disabled) remark-lint-no-dead-urls (closes #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Aug 11, 2019
1 parent c6ec6ab commit 242ff83
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ Alternatively, put the metadata in the [`author` or `contributors` fields](https
- [End file with newline](https://www.npmjs.com/package/remark-lint-final-newline)
- No dead links, references and definitions:
- [No dead internal links](https://www.npmjs.com/package/remark-validate-links)
- ~~[No dead external links](https://www.npmjs.com/package/remark-lint-no-dead-urls)~~ ([#17](https://github.com/vweevers/hallmark/issues/17))
- [No references to undefined definitions](https://www.npmjs.com/package/remark-lint-no-undefined-references)
- [No unused definitions](https://www.npmjs.com/package/remark-lint-no-unused-definitions)
- [No duplicate definitions](https://www.npmjs.com/package/remark-lint-no-duplicate-definitions)
Expand Down
3 changes: 0 additions & 3 deletions lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ module.exports = function (fix, validateLinks, repo) {
[require('remark-lint-blockquote-indentation'), 2], // Means 1 space.
require('remark-lint-checkbox-content-indent')

// Disabled for now because of frequent false positives
// require('remark-lint-no-dead-urls'),

// TBD
// require('remark-lint-no-shortcut-reference-image'),
// require('remark-lint-no-shortcut-reference-link')
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"remark-lint-list-item-indent": "~1.0.2",
"remark-lint-no-auto-link-without-protocol": "~1.0.2",
"remark-lint-no-blockquote-without-marker": "~2.0.2",
"remark-lint-no-dead-urls": "~0.4.1",
"remark-lint-no-duplicate-definitions": "~1.0.2",
"remark-lint-no-heading-content-indent": "~1.0.2",
"remark-lint-no-inline-padding": "~1.0.2",
Expand Down

0 comments on commit 242ff83

Please sign in to comment.