Skip to content

Commit

Permalink
Add note about line/column numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc authored Jul 22, 2022
1 parent ec7961d commit ad29dfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ configuration file's select or ignore list.
Note in addition to the ``RST`` prefix alone you can use partial codes
like ``RST2`` meaning ``RST200``, ``RST201``, ... and so on.

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


Configuration
-------------
Expand Down

0 comments on commit ad29dfe

Please sign in to comment.