Skip to content

Commit

Permalink
.coafile: Add MementoBear to check docs
Browse files Browse the repository at this point in the history
Add MementoBear to check unarchived links in docs.

Closes coala#452
  • Loading branch information
refeed committed Aug 18, 2017
1 parent 3031adf commit 3c91a6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ bears = InvalidLinkBear
bears = RSTcheckBear
files = **.rst

[unarchivedlinks]
files = **/*.rst, README.rst
ignore = venv/**
bears = MementoBear

[yml]
bears = YAMLLintBear
files = **.yml

0 comments on commit 3c91a6d

Please sign in to comment.