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>
-[Default]
-ignore = .*/**
-
[GitCommit]
bears = GitCommitBear
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