Merge "Fix warning about Default profile being deprecated"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 10 Jun 2017 06:11:44 +0000 (06:11 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Sat, 10 Jun 2017 06:11:44 +0000 (06:11 +0000)
.coafile

index 291c200..340ef8b 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,6 +1,3 @@
-[Default]
-ignore = .*/**
-
 [GitCommit]
 bears = GitCommitBear
 ignore_length_regex = Signed-off-by,
@@ -12,12 +9,14 @@ ignore_length_regex = Signed-off-by,
 [YAML]
 bears = YAMLLintBear
 files = **/*.yaml
+ignore = .*/**
 document_start = True
 yamllint_config = yamllint.conf
 
 [ShellCheck]
 bears = ShellCheckBear,SpaceConsistencyBear
 files = **/*.sh
+ignore = .*/**
 shell = bash
 indent_size = 4
 use_spaces = yeah