We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e443b commit ff52cbfCopy full SHA for ff52cbf
src/pydocstyle/violations.py
@@ -188,6 +188,8 @@ def to_rst(cls):
188
'at the first line')
189
D213 = D2xx.create_error('D213', 'Multi-line docstring summary should start '
190
'at the second line')
191
+D214 = D2xx.create_error('D214', 'Section or section underline is '
192
+ 'over-indented', 'in section {0!r}')
193
194
D3xx = ErrorRegistry.create_group('D3', 'Quotes Issues')
195
D300 = D3xx.create_error('D300', 'Use """triple double quotes"""',
0 commit comments