From: Thanh Ha Date: Sat, 10 Jun 2017 06:06:10 +0000 (-0400) Subject: Fix warning about Default profile being deprecated X-Git-Tag: v0.3.0~6^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=80daacb39413ca3d4ea1f8e1b30b059ef5080967;p=releng%2Fglobal-jjb.git Fix warning about Default profile being deprecated The Default profile configuration in coala is deprecated and recommended that we no longer use it. Change-Id: I1460a727e77ea0df2c9087836baa9bc451fc0bd0 Signed-off-by: Thanh Ha --- diff --git a/.coafile b/.coafile index 291c2003..340ef8b6 100644 --- 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