flake8
-
reviewboard/webapi/resources/base_diff_comment.py (Diff revision 1) Show all issues -
reviewboard/webapi/resources/review_diff_comment.py (Diff revision 1) line too long (80 > 79 characters) Column: 80 Error code: E501
Review Request #12946 — Created April 12, 2023 and submitted
Information | |
---|---|
david | |
Review Board | |
release-6.x | |
Reviewers | |
reviewboard | |
This change fixes up a few issues with the API making comments on
not-yet-published diffs. The main problem here is that the DiffSet is not
added to the review request's DiffSetHistory until it is published. This
change fixes up the queries for bothget_queryset
andcreate
to
handle this.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
line too long (90 > 79 characters) Column: 80 Error code: E501 |
![]() |
|
line too long (80 > 79 characters) Column: 80 Error code: E501 |
![]() |
|
unexpected spaces around keyword / parameter equals Column: 75 Error code: E251 |
![]() |
|
continuation line over-indented for visual indent Column: 23 Error code: E127 |
![]() |
|
unexpected spaces around keyword / parameter equals Column: 65 Error code: E251 |
![]() |
|
continuation line over-indented for visual indent Column: 23 Error code: E127 |
![]() |
|
line too long (90 > 79 characters) Column: 80 Error code: E501 |
![]() |
|
line too long (80 > 79 characters) Column: 80 Error code: E501 |
![]() |
reviewboard/webapi/resources/base_diff_comment.py (Diff revision 1) |
---|
reviewboard/webapi/resources/review_diff_comment.py (Diff revision 1) |
---|
line too long (80 > 79 characters) Column: 80 Error code: E501
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+74 -8) |
reviewboard/webapi/resources/base_diff_comment.py (Diff revision 2) |
---|
unexpected spaces around keyword / parameter equals Column: 75 Error code: E251
reviewboard/webapi/resources/base_diff_comment.py (Diff revision 2) |
---|
continuation line over-indented for visual indent Column: 23 Error code: E127
reviewboard/webapi/resources/review_diff_comment.py (Diff revision 2) |
---|
unexpected spaces around keyword / parameter equals Column: 65 Error code: E251
reviewboard/webapi/resources/review_diff_comment.py (Diff revision 2) |
---|
continuation line over-indented for visual indent Column: 23 Error code: E127
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+70 -8) |
reviewboard/webapi/resources/base_diff_comment.py (Diff revision 3) |
---|
line too long (90 > 79 characters) Column: 80 Error code: E501
reviewboard/webapi/resources/review_diff_comment.py (Diff revision 3) |
---|
line too long (80 > 79 characters) Column: 80 Error code: E501