Andrew Grimberg | 4ffa55d | 2019-04-01 12:48:23 -0700 | [diff] [blame] | 1 | [Documentation] |
| 2 | bears = WriteGoodLintBear |
| 3 | files = *.md |
| 4 | allow_so_beginning = False |
| 5 | allow_there_is = False |
| 6 | allow_cliche_phrases = False |
| 7 | |
| 8 | [GitCommit] |
| 9 | bears = GitCommitBear |
| 10 | ignore_length_regex = Signed-off-by, |
| 11 | Also-by, |
| 12 | Co-authored-by, |
| 13 | http://, |
| 14 | https:// |
| 15 | |
| 16 | [JSON] |
| 17 | bears = JSONFormatBear |
| 18 | files = packer/**.json |
| 19 | indent_size = 2 |
| 20 | |
| 21 | [ShellCheck] |
| 22 | bears = ShellCheckBear, |
| 23 | SpaceConsistencyBear |
| 24 | files = jjb/**.sh, |
| 25 | packer/**.sh |
| 26 | shell = bash |
| 27 | indent_size = 4 |
| 28 | use_spaces = yeah |
| 29 | |
| 30 | [YAML] |
| 31 | bears = YAMLLintBear |
| 32 | files = jjb/**/*.yaml |
| 33 | document_start = True |
| 34 | yamllint_config = .yamllint.conf |