Code Review
/
releng
/
global-jjb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix shellcheck warnings
[releng/global-jjb.git]
/
.coafile
1
[Default]
2
ignore = .*/**
3
4
[GitCommit]
5
bears = GitCommitBear
6
ignore_length_regex = Signed-off-by,
7
Also-by,
8
Co-authored-by,
9
http://,
10
https://
11
12
[YAML]
13
bears = YAMLLintBear
14
files = **/*.yaml
15
document_start = True
16
yamllint_config = yamllint.conf
17
18
[ShellCheck]
19
bears = ShellCheckBear,SpaceConsistencyBear
20
files = **/*.sh
21
shell = bash
22
indent_size = 4
23
use_spaces = yeah