X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=340ef8b61e0795920927085258807ef9bbdc39b5;hb=129735b3b42874ae1de0d0708e28cde16b615e9e;hp=291c2003df0b197001c8ef2e3b45d846c13db460;hpb=b9a8a519e9f91956b27bc8b1d636dac0ea3cdc29;p=releng%2Fglobal-jjb.git 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