Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

.coafile: Update config and globs #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .coafile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Default]
files = *.py, coala_langserver/*.py, tests/**/*.py
files = *.py, coalals/**/*.py, tests/**/*.py

max_line_length = 79
use_spaces = True
Expand All @@ -14,9 +14,12 @@ language = python
preferred_quotation = '

[autopep8]
bears = PEP8Bear, PycodestyleBear, PyDocStyleBear
pydocstyle_ignore = D100, D101, D102, D103, D104, D107,
D200, D203, D205, D209, D212, D213, D400
bears = PEP8Bear, PycodestyleBear

[docstyle]
bears = PyDocStyleBear
ignore = tests/**/*.py
pydocstyle_ignore = D100, D104, D200, D203, D204, D205, D212, D400, D403,

[linelength] # Sometimes autopep8 makes too long lines, need to check after!
bears = LineLengthBear
Expand Down