Migrate Get Requests invocations(libraries)
[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 [reStructuredText]
10 bears = RSTcheckBear
11 files = **.rst
12 ignore = .**
13
14 [Python]
15 bears = PEP8Bear
16 files = **/*.py
17 ignore = .*/**
18 max_line_length = 120