Add governance docs
[lfn/process.git] / .coafile
1 [all]
2 ignore = .tox/**,
3     .git/**,
4     .gitignore,
5     .gitreview,
6     node_modules/**,
7     **.sw?,
8     **.orig
9
10 [all.reStructuredText]
11 bears = RSTcheckBear
12 files = **.rst
13
14 [all.linelength]
15 bears = LineLengthBear
16 files = **.rst, **.txt
17 max_line_length = 79
18
19 [all.spacing]
20 bears = SpaceConsistencyBear
21 files = **.rst, **.txt
22 use_spaces = True
23 enforce_newline_at_EOF = False
24 default_actions = SpaceConsistencyBear: ApplyPatchAction
25
26 [all.grammar]
27 bears = WriteGoodLintBear
28 files = **.rst, **.txt
29 allow_so_beginning = False
30 allow_there_is = False
31 allow_cliche_phrases = False
32
33 [all.git]
34 bears = GitCommitBear
35 ignore_length_regex = Signed-off-by,
36     Also-by,
37     Co-authored-by,
38     http://,
39     https://