Skip to content

Commit 4139f3b

Browse files
committed
.coafile: Ignore new check failures
- gitmate.io is permanently down - An asciinema in a report has been removed. - Symlinks cause problems with LineCountBear Closes coala/coala-bears#2950
1 parent cfd6d51 commit 4139f3b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.coafile

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ link_ignore_list =
1010
https://avatars.githubusercontent.com/**,
1111
https://github.com/**,
1212
https://satwikkansal.xyz/**,
13+
http://gitmate.io,
14+
http://gitmate.io/**,
15+
https://gitmate.io,
16+
https://gitmate.io/**,
17+
https://asciinema.org/a/0poVbHE7lqehV4islFo6cptjb,
1318
# clbin.com doesnt work in link_ignore_list
1419
# See https://github.com/coala/coala-bears/issues/2126
1520
link_ignore_regex = clbin.com
@@ -22,7 +27,14 @@ shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)
2227
[linecount]
2328
files = **.yml, **.html, **.md, **.js
2429
bears = LineCountBear
25-
ignore = vendor/**, resources/vendors/**, data/projects.js, _site/**
30+
ignore =
31+
vendor/**,
32+
resources/vendors/**,
33+
data/projects.js,
34+
_site/**,
35+
_projects/README.md,
36+
data/locale/en/projects/README.md,
37+
# README.md symlinks: https://github.com/coala/coala-bears/issues/2950
2638
max_lines_per_file = 500
2739

2840
[filenames]

0 commit comments

Comments
 (0)