-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
false positive D004 Found literal carriage return #78
Comments
Same here. Unfortunately, adding this to [tool.doc8]
ignore = [ "D004" ]
max_line_length = 90 as suggested in #92 doesn't seem to ignore the warning for me in VSCode. System InformationOS: Windows 10 |
FYI, for those struggling with setting up the Currently, I don't use |
Add this in your settings.json file: "restructuredtext.linter.doc8.extraArgs": [
"--ignore D004"
] And the warning D004 shall disappear (maybe after closing/re-opening or reloading the Window in order to refresh). |
I see here people suggesting workarounds but would'nt it be better to have a solution so that the D004 error is stil tracked even for windows developer ? |
I use the following in a
|
I get false positive
The text was updated successfully, but these errors were encountered: