forked from adfinis/pyproject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoafile.example
More file actions
31 lines (27 loc) · 967 Bytes
/
coafile.example
File metadata and controls
31 lines (27 loc) · 967 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
25
26
27
28
29
30
31
[Default]
editor = vim
[Python-test]
files = c4irp/**/*_test.py
bears = SpaceConsistencyBear,PEP8Bear,PyDocStyleBear,PyLintBear,LineLengthBear,FilenameBear
pylint_disable = E0611,R0903,C0103,C0326,R0913,R0914,W0511,W0212,R0201,I0011
pydocstyle_ignore = D102,D203
pep_ignore = E221,E222,E251,E272,E241,E203
use_spaces = true
[Python]
files = c4irp/**/*[!_test].py
bears = SpaceConsistencyBear,PEP8Bear,PyDocStyleBear,PyLintBear,LineLengthBear,FilenameBear
pylint_disable = E0611,R0903,C0103,C0326,R0913,R0914,W0511,R0201,I0011
pydocstyle_ignore = D102,D203
pep_ignore = E221,E222,E251,E272,E241,E203
use_spaces = true
[Cfiles]
files = src/**/*.c
bears = SpaceConsistencyBear,ClangBear,CPPCheckBear,LineLengthBear,FilenameBear
use_spaces = true
clang_cli_options = -Ilibuv/include
[Cheaders]
files = src/**/*.h
ignore = **/sglib.h
bears = SpaceConsistencyBear,ClangBear,CPPCheckBear,LineLengthBear,FilenameBear
use_spaces = true
clang_cli_options = -Ilibuv/include