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]