Skip to content

Commit

Permalink
Merge pull request telefonicaid#92 from mapedraza/master
Browse files Browse the repository at this point in the history
Fix dead links false positives on Markdown linter
  • Loading branch information
fgalan authored Dec 4, 2020
2 parents a838f43 + f0179ef commit 5b8ae3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .textlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,6 @@
"weasel": false,
"so": false,
"thereIs" :false
},
"no-dead-link": {
"ignoreRedirects": true,
"ignore": [
"mailto:*",
"https://github.com/telefonicaid/sigfox-iotagent/blob/master/doc/roadmap.md",
"https://coveralls.io/**"
]
}
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"should": "13.2.3",
"textlint": "~11.7.6",
"textlint-rule-common-misspellings": "~1.0.1",
"textlint-rule-no-dead-link": "~4.7.0",
"textlint-rule-terminology": "~2.1.4",
"textlint-rule-write-good": "~1.6.2",
"watch": "~1.0.2"
Expand Down

0 comments on commit 5b8ae3d

Please sign in to comment.