-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy path.coafile
More file actions
24 lines (21 loc) · 524 Bytes
/
.coafile
File metadata and controls
24 lines (21 loc) · 524 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[all]
bears = LineCountBear, FilenameBear
files = **.py, **.yml, **.rst, **.md
ignore = **/__pycache__/**, **/__pycache__, __pycache__, __pycache__/**, **/*.pyc, *.pyc
max_lines_per_file = 1000
max_line_length = 120
[all.python]
bears = PycodestyleBear, PyDocStyleBear
files = **.py
language = Python
editor = vim
ignore = setup.py, docs/*, tests/*
[all.yaml]
bears = YAMLLintBear
files = **.yaml, **.yml
ignore = .zuul.yaml
max_line_length = 120
[zuul.yaml]
bears = YAMLLintBear
files = .zuul.yaml
max_line_length = 180