We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7961d commit ad29dfeCopy full SHA for ad29dfe
1 file changed
README.rst
@@ -186,6 +186,10 @@ configuration file's select or ignore list.
186
Note in addition to the ``RST`` prefix alone you can use partial codes
187
like ``RST2`` meaning ``RST200``, ``RST201``, ... and so on.
188
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
+
193
194
Configuration
195
-------------
0 commit comments