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

Commit

Permalink
.coafile: Update config and globs
Browse files Browse the repository at this point in the history
Update PyDocStyleBear config and globs
for new project structure.
  • Loading branch information
ksdme committed Jun 9, 2018
1 parent 1f4a775 commit 3b74c7a
Showing 1 changed file with 7 additions and 4 deletions.
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

0 comments on commit 3b74c7a

Please sign in to comment.