forked from coala/corobo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.coafile
44 lines (36 loc) · 952 Bytes
/
.coafile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[all]
files = *.py, plugins/**.py, answers/*.py, tests/**.py
max_line_length = 80
use_spaces = True
[all.whitespace]
use_spaces = True
bears = SpaceConsistencyBear
default_actions = *: ApplyPatchAction
[all.python]
language = Python
bears = QuotesBear
preferred_quotation = '
default_actions = *: ApplyPatchAction
bears += KeywordBear
keywords = pdb
bears += PyUnusedCodeBear
[all.autopep8]
bears = PEP8Bear, PycodestyleBear
default_actions = PEP8Bear: ApplyPatchAction
[all.linelength]
bears = LineLengthBear
[all.links]
bears = InvalidLinkBear
link_ignore_regex = (example|test|{|})
[jinja2]
files = plugins/templates/**/*.jinja2.md
bears = Jinja2Bear
default_actions = Jinja2Bear: ApplyPatchAction
[commit]
bears = GitCommitBear
shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)
shortlog_trailing_period = False
body_close_issue = True
body_close_issue_full_url = True
body_close_issue_on_last_line = True
body_enforce_issue_reference = False