In reference to T1836, however all violations cannot be removed
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDMODdde39f51c0fa: Reformat docstring for max line length
Diff Detail
Diff Detail
- Repository
- rDMOD Data model
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DMOD/job/tox/91/ for more details.
Comment Actions
You should be able to remove the # noqa flag at the end of the docstring now.
What do you mean by "all violations cannot be removed"?
swh/model/identifiers.py | ||
---|---|---|
662–663 | this one is just exceeding 80 characters, it would mean moving the comment to the next line, which defeats the purpose of the line comment. |
swh/model/identifiers.py | ||
---|---|---|
662–663 | It should be fine on the next line. |
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DMOD/job/tox/92/ for more details.