forked from coala/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.coafile
46 lines (38 loc) · 1.02 KB
/
.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
45
46
[all]
files = *.py, community/**/*.py, gci/**/*.py, activity/*.py
ignore = gci/client.py, gci/migrations/**, private/**, gsoc/migrations/**
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
[all.autopep8]
bears = PEP8Bear, PycodestyleBear
default_actions = PEP8Bear: ApplyPatchAction
[all.linelength]
bears = LineLengthBear
[all.links]
bears = InvalidLinkBear
[javascript]
files = static/**/*.js
bears = JSHintBear
allow_unused_variables = True
javascript_strictness = False
[bash]
files = *.sh
bears = ShellCheckBear
shell = bash
[generalization]
# Do not allow the word "coala" to ensure the repository can be generalized out
# for use by other organizations.
files = **
ignore = .git/**, org_name.txt, .coafile, requirements.txt, .travis.yml, LICENSE, public/**, _site/**
bears = KeywordBear
language = python 3
keywords = coala