Skip to content

Commit

Permalink
Ignore D212 pydocstyle error in favour of opposite D213
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Oct 4, 2016
1 parent 863d8af commit b7cc9ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylama.ini
@@ -1,8 +1,9 @@
# Ignored linter errors and explanations
# D203 - 1 blank line required before class docstring (found 0) [pydocstyle] - Opposite of D211 No blank lines allowed before class docstring (found 1)
# D212 - Multi-line docstring summary should start at the first line [pydocstyle] - Opposite of D213

[pylama]
linters = pep8,pyflakes,pydocstyle
ignore = D203
ignore = D203,D212
skip = docs/*,\
build/*

0 comments on commit b7cc9ad

Please sign in to comment.