Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Add ignore comments #202

Closed
larsoner opened this issue Aug 30, 2016 · 1 comment
Closed

Add ignore comments #202

larsoner opened this issue Aug 30, 2016 · 1 comment

Comments

@larsoner
Copy link
Contributor

In most packages like pyflakes, pep8, and flake8 you can do something like a # noqa:

bad_style = whatever  # noqa

It seems like there should be something like this for pydocstyle. It would allow temporary workarounds (or maybe permanent enough ones!) for things like #68, #171, #189, and any other shortcomings that may be present.

I'm happy to try adding this. I'd probably try to follow what flake8 does since it seems pretty complete:

  • # noqa no checks
  • # pydocstyle: noqa no checks
  • # noqa: D200 ignore a specific error or comma-separated list of errors
@larsoner
Copy link
Contributor Author

Dup of #97

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant