Skip to content

Commit

Permalink
.coafile: Ignore new check failures
Browse files Browse the repository at this point in the history
- gitmate.io is permanently down
- An asciinema in a report has been removed.
- Symlinks cause problems with LineCountBear

Closes coala/coala-bears#2950
  • Loading branch information
jayvdb committed Aug 22, 2019
1 parent cfd6d51 commit 4139f3b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ link_ignore_list =
https://avatars.githubusercontent.com/**,
https://github.com/**,
https://satwikkansal.xyz/**,
http://gitmate.io,
http://gitmate.io/**,
https://gitmate.io,
https://gitmate.io/**,
https://asciinema.org/a/0poVbHE7lqehV4islFo6cptjb,
# clbin.com doesnt work in link_ignore_list
# See https://github.com/coala/coala-bears/issues/2126
link_ignore_regex = clbin.com
Expand All @@ -22,7 +27,14 @@ shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)
[linecount]
files = **.yml, **.html, **.md, **.js
bears = LineCountBear
ignore = vendor/**, resources/vendors/**, data/projects.js, _site/**
ignore =
vendor/**,
resources/vendors/**,
data/projects.js,
_site/**,
_projects/README.md,
data/locale/en/projects/README.md,
# README.md symlinks: https://github.com/coala/coala-bears/issues/2950
max_lines_per_file = 500

[filenames]
Expand Down

0 comments on commit 4139f3b

Please sign in to comment.