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
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 6513 Build 9071: tox-on-jenkins Jenkins Build 9070: arc lint + arc unit
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 | ||
---|---|---|
667 | 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 | ||
---|---|---|
667 | 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.