Add SpaceConsistencyBear to ShellCheck
[releng/builder.git] / .coafile
index 8bf8810899ccf30284c98aaeba6223d57287b090..17ba2c49432410c43e2673947e7e0575d5f39b43 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,11 +1,3 @@
-[default]
-bears = SpaceConsistencyBear
-files = scripts/*
-allow_trailing_whitespace = False
-enforce_newline_at_EOF = True
-indent_size = 4
-use_spaces = yeah
-
 [GitCommit]
 bears = GitCommitBear
 ignore_length_regex = Signed-off-by,
@@ -22,10 +14,12 @@ document_start = True
 yamllint_config = yamllint.conf
 
 [ShellCheck]
-bears = ShellCheckBear
+bears = ShellCheckBear,SpaceConsistencyBear
 files = jenkins-scripts/**/*.sh,
     jjb/**/*.sh,
     scripts/**/*.sh
 ignore = jenkins-scripts/*-local-env.sh,
     jjb/integration/*.sh
 shell = bash
+indent_size = 4
+use_spaces = yeah