From: Thanh Ha Date: Sat, 6 Jan 2018 01:50:49 +0000 (-0500) Subject: Be more specific about files to scan with coala X-Git-Tag: v0.1.0~61 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=13730fd41acc5dcbd419d8743d90e5af710fae62;p=releng%2Fcommon-packer.git Be more specific about files to scan with coala Because of the common-packer symlink we need to be much more careful about where packer is scanning things to avoid an infinite scan cycle. Change-Id: I7ae75004ee69db2d407ff69cbc9df187bd69d504 Signed-off-by: Thanh Ha --- diff --git a/.coafile b/.coafile index 09216c3..7fdc48e 100644 --- a/.coafile +++ b/.coafile @@ -18,12 +18,12 @@ ignore_length_regex = Signed-off-by, [all.MarkDown] bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear -files = **.md, **.markdown +files = *.md, *.markdown use_spaces = true [all.ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear -files = **.sh +files = provision/**.sh shell = bash indent_size = 4 use_spaces = yeah