forked from NITSkmOS/Algorithms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.coafile
31 lines (26 loc) · 744 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
# Check your code locally using
# `coala --apply-patches -n`
[all]
max_line_length = 80
use_spaces = True
[all.space_checks]
files = **/*.py, **/*.java, **/*.c, **/*.h, **/*.cpp
bears = SpaceConsistencyBear
use_spaces = True
[all.autopep8]
files = **/*.py
bears = PEP8Bear, PycodestyleBear
default_actions = PEP8Bear: ApplyPatchAction
[all.cpp]
files = **/*.cpp, **/*.h, **/*.c
ignore = queue/Cpp/Queue.h
bears = CPPLintBear
cpplint_ignore = build/namespaces, legal/copyright, runtime/references
[all.commit]
bears = GitCommitBear
shortlog_trailing_period = False
shortlog_regex = ([^:]*|[^:]+: [A-Z0-9*].*)
body_close_issue = True
body_close_issue_full_url = True
body_close_issue_on_last_line = True
body_enforce_issue_reference = False