lint should not complain about overly long first-lines of docstrings
Bug #706094 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned | ||
pocket-lint |
Triaged
|
Low
|
Unassigned |
Bug Description
"""this is a .......
is better than
"""this is a ..................
.......... long line"""
as far as pydoc and similar tools goes - practicality over purity.
Changed in pocket-lint: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in launchpad: | |
importance: | High → Critical |
importance: | Critical → Low |
To post a comment you must log in.
I think this issue is in upstream /pocket-lint which uses upstream /pep8. Fixing this requires getting /pep8 to accept that docstrings deserve an exception from bary's own line length rules, or we make out own lint again.