From ef8dc592c80d629d90c0596bb1a2be3df75c7b40 Mon Sep 17 00:00:00 2001 From: Kilari Teja Date: Sat, 9 Jun 2018 21:15:16 +0530 Subject: [PATCH] .coafile: Update config and globs Update PyDocStyleBear config and globs for new project structure. --- .coafile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.coafile b/.coafile index 107518c..565153b 100644 --- a/.coafile +++ b/.coafile @@ -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 @@ -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