From 7d41e77c2df580858ec9be4a05a415712fab6917 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 26 Jun 2017 17:14:35 -0400 Subject: [PATCH] Reorganize .coafile - Alphabetical ordering - More specific ignores Change-Id: I1663a044be845ee1edc65e65192074548212ccae Signed-off-by: Thanh Ha --- .coafile | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) 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 + -- 2.16.6