Fix warning about Default profile being deprecated 39/5139/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 10 Jun 2017 06:06:10 +0000 (02:06 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 10 Jun 2017 06:06:36 +0000 (02:06 -0400)
The Default profile configuration in coala is deprecated and recommended
that we no longer use it.

Change-Id: I1460a727e77ea0df2c9087836baa9bc451fc0bd0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.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