From: Thanh Ha Date: Mon, 26 Jun 2017 21:14:35 +0000 (-0400) Subject: Reorganize .coafile X-Git-Tag: v0.4.0~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F5316%2F1;p=releng%2Fglobal-jjb.git Reorganize .coafile - Alphabetical ordering - More specific ignores Change-Id: I1663a044be845ee1edc65e65192074548212ccae Signed-off-by: Thanh Ha --- diff --git a/.coafile b/.coafile index 571d201e..df817fc0 100644 --- a/.coafile +++ b/.coafile @@ -14,17 +14,20 @@ ignore = .git/**, indent_size = 4 use_spaces = true -[YAML] -bears = YAMLLintBear -files = **/*.yaml -ignore = .*/** -document_start = True -yamllint_config = yamllint.conf - [ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear files = **/*.sh -ignore = .*/** +ignore = .git/**, + .tox/** shell = bash indent_size = 4 use_spaces = yeah + +[YAML] +bears = YAMLLintBear +files = **/*.yaml +ignore = .git/**, + .tox/** +document_start = True +yamllint_config = yamllint.conf +