Add fail if leader's election take much time
[integration/test.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 [Python]
10 bears = PEP8Bear
11 files = **/*.py
12 ignore = .*/**
13 max_line_length = 120
14
15 [reStructuredText]
16 bears = RSTcheckBear
17 files = **.rst
18 ignore = .**