From 4139f3b53aa115def7787a5a2252be0c2a0ac0a5 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 22 Aug 2019 12:03:50 +0700 Subject: [PATCH] .coafile: Ignore new check failures - gitmate.io is permanently down - An asciinema in a report has been removed. - Symlinks cause problems with LineCountBear Closes https://github.com/coala/coala-bears/issues/2950 --- .coafile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.coafile b/.coafile index c83fe742..90150cc7 100644 --- a/.coafile +++ b/.coafile @@ -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 @@ -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]