doc8
doc8 copied to clipboard
All directives are ignored for line-length check
Example:
.. note:: This is an example not that should be too long for a single line and the linter should report it
IMO directive code should be ignored but others shouldn't
Or maybe the list of directives that should be checked / ignored should be configurable. What do you think?
Something seems very incorrect with how doc8 (I'm using version 0.8.0) is parsing directives that contain blocks of content. It doesn't seem to know when directive blocks like code-block:: and testcode:: end. In this fragment from some documentation I wrote you can clearly see that lines 36-47 contain multiple line-length violations, but no errors are accumulated.