blob: 3f6f8f4b663d9860c387ce014883ac62ff6ee891 [file] [log] [blame]
Linux Foundation Administrators14b8edb2018-01-25 13:00:42 -08001[GitCommit]
2bears = GitCommitBear
3ignore_length_regex = Signed-off-by,
4 Also-by,
5 Co-authored-by,
6 http://,
7 https://
8
9[JSON]
10bears = JSONFormatBear
11files = **/*.json
12ignore = .*/**
13indent_size = 2
14
15[YAML]
16bears = YAMLLintBear
17files = jjb/**/*.yaml
18document_start = True
19yamllint_config = yamllint.conf
20
21[ShellCheck]
22bears = ShellCheckBear,SpaceConsistencyBear
23files = jenkins-scripts/**/*.sh,
24 jjb/**/*.sh,
25 scripts/**/*.sh
26ignore = jenkins-scripts/*-local-env.sh,
27 jjb/global-jjb/shell/*.sh,
28 jjb/include-docker-push.sh,
29 jjb/include-update-pom-versions.sh,
30 jjb/testsuite/testsuite-docker.sh,
31shell = bash
32indent_size = 4
33use_spaces = yeah