Skip to content

Commit ff52cbf

Browse files
committed
PyCQA#129 - Merge error
1 parent d1e443b commit ff52cbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pydocstyle/violations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ def to_rst(cls):
188188
'at the first line')
189189
D213 = D2xx.create_error('D213', 'Multi-line docstring summary should start '
190190
'at the second line')
191+
D214 = D2xx.create_error('D214', 'Section or section underline is '
192+
'over-indented', 'in section {0!r}')
191193

192194
D3xx = ErrorRegistry.create_group('D3', 'Quotes Issues')
193195
D300 = D3xx.create_error('D300', 'Use """triple double quotes"""',

0 commit comments

Comments
 (0)