Skip to content

Commit ad29dfe

Browse files
authored
Add note about line/column numbers
1 parent ec7961d commit ad29dfe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ configuration file's select or ignore list.
186186
Note in addition to the ``RST`` prefix alone you can use partial codes
187187
like ``RST2`` meaning ``RST200``, ``RST201``, ... and so on.
188188

189+
Normally flake8 violations are to a specific line *and* column. Unfortuntatley,
190+
docutils only gives us a line number, and occasionally this only points to the
191+
start of a paragraph - not the exact line with an issue.
192+
189193

190194
Configuration
191195
-------------

0 commit comments

Comments
 (0)