Reorganize .coafile 16/5316/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 26 Jun 2017 21:14:35 +0000 (17:14 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 26 Jun 2017 21:14:37 +0000 (17:14 -0400)
- Alphabetical ordering
- More specific ignores

Change-Id: I1663a044be845ee1edc65e65192074548212ccae
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.coafile

index 571d201..df817fc 100644 (file)
--- 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
+