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