Description: |
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|
Export/import review requests tool
Review Request #7952 — Created Feb. 8, 2016 and discarded
Information | |
---|---|
xingc | |
Review Board | |
release-2.5.x | |
Reviewers | |
reviewboard | |
xingc |
Exported review requests are save into file in json format, and this file can be imported to recreate review requests. Objects to b serialized are put in topological order based on dependencies.
Manually export and import review requests with/without local site to see the results.
Export all non local site review requests to a file.
Export all local sites to a file.
Export a single local site to a file.
Import all local sites and recreate local sites from a file.
Import all local sites without local sites (merge into global) from a file.
Import all non local site review requests from a file and create a local site for them.One assumption is that no IntegrityError, ie no Users with same username, a file is not imported twice, etc.
Import is atomic transaction therefore IntegrityError leads to roll back.
init.py and json.py are from Django's built-in serializers.
Description | From | Last Updated |
---|---|---|
Hm... I suspect this diff shouldn't be in here... |
|
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 36 E502 the backslash is redundant between brackets |
![]() |
|
Col: 49 E225 missing whitespace around operator |
![]() |
|
Col: 51 E502 the backslash is redundant between brackets |
![]() |
|
Col: 53 E502 the backslash is redundant between brackets |
![]() |
|
Col: 48 E225 missing whitespace around operator |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (90 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (92 > 79 characters) |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
undefined name 'self' |
![]() |
|
undefined name 'self' |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 5 E265 block comment should start with '# ' |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 46 E502 the backslash is redundant between brackets |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 18 E703 statement ends with a semicolon |
![]() |
|
Col: 9 E265 block comment should start with '# ' |
![]() |
|
Col: 80 E501 line too long (91 > 79 characters) |
![]() |
|
Col: 9 E265 block comment should start with '# ' |
![]() |
|
Col: 80 E501 line too long (93 > 79 characters) |
![]() |
|
Col: 9 E265 block comment should start with '# ' |
![]() |
|
Col: 9 E265 block comment should start with '# ' |
![]() |
|
Col: 80 E501 line too long (87 > 79 characters) |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 80 E501 line too long (86 > 79 characters) |
![]() |
|
Col: 21 W291 trailing whitespace |
![]() |
|
Col: 80 E501 line too long (88 > 79 characters) |
![]() |
|
Col: 88 E703 statement ends with a semicolon |
![]() |
|
Col: 9 E303 too many blank lines (2) |
![]() |
|
Col: 80 E501 line too long (92 > 79 characters) |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
undefined name 'self' |
![]() |
|
undefined name 'self' |
![]() |
|
Col: 36 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 38 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 36 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 38 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 29 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 31 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 47 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 49 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 5 E265 block comment should start with '# ' |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 46 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 48 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 46 E502 the backslash is redundant between brackets |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 18 E703 statement ends with a semicolon |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 20 E127 continuation line over-indented for visual indent |
![]() |
|
Col: 20 E127 continuation line over-indented for visual indent |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 36 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 38 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 36 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 38 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 29 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 31 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 47 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 49 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 5 E265 block comment should start with '# ' |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 46 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 48 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 46 E502 the backslash is redundant between brackets |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 18 E703 statement ends with a semicolon |
![]() |
|
Col: 62 W291 trailing whitespace |
![]() |
|
Col: 13 E113 unexpected indentation |
![]() |
|
Col: 69 W291 trailing whitespace |
![]() |
|
Col: 73 E502 the backslash is redundant between brackets |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 36 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 38 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 36 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 38 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 29 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 31 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 47 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 49 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 5 E265 block comment should start with '# ' |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 46 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 48 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 46 E502 the backslash is redundant between brackets |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 36 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 38 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 36 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 38 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 29 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 31 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 47 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 49 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 5 E265 block comment should start with '# ' |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 46 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 48 E251 unexpected spaces around keyword / parameter equals |
![]() |
|
Col: 46 E502 the backslash is redundant between brackets |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 5 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (92 > 79 characters) |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (92 > 79 characters) |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (80 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (83 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (97 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (102 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (93 > 79 characters) |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (87 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (81 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (85 > 79 characters) |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (82 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (85 > 79 characters) |
![]() |
|
undefined name 'getvalue' |
![]() |
|
local variable 'db' is assigned to but never used |
![]() |
|
'python' imported but unused |
![]() |
|
'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names |
![]() |
|
local variable 'string_data' is assigned to but never used |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (92 > 79 characters) |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 41 E502 the backslash is redundant between brackets |
![]() |
|
Col: 17 E128 continuation line under-indented for visual indent |
![]() |
|
Col: 25 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 25 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 21 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 73 E502 the backslash is redundant between brackets |
![]() |
|
Col: 1 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 1 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 67 W291 trailing whitespace |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 68 E502 the backslash is redundant between brackets |
![]() |
|
Col: 13 E128 continuation line under-indented for visual indent |
![]() |
|
Col: 1 W391 blank line at end of file |
![]() |
|
Col: 80 E501 line too long (85 > 79 characters) |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 9 E265 block comment should start with '# ' |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 17 E116 unexpected indentation (comment) |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 17 E265 block comment should start with '# ' |
![]() |
|
Col: 17 E731 do not assign a lambda expression, use a def |
![]() |
|
local variable 'db' is assigned to but never used |
![]() |
|
'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (92 > 79 characters) |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 41 E502 the backslash is redundant between brackets |
![]() |
|
Col: 17 E128 continuation line under-indented for visual indent |
![]() |
|
Col: 25 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 25 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 21 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 73 E502 the backslash is redundant between brackets |
![]() |
|
Col: 1 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 1 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 67 W291 trailing whitespace |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 68 E502 the backslash is redundant between brackets |
![]() |
|
Col: 13 E128 continuation line under-indented for visual indent |
![]() |
|
Col: 1 W391 blank line at end of file |
![]() |
|
Col: 80 E501 line too long (85 > 79 characters) |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 9 E265 block comment should start with '# ' |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 17 E116 unexpected indentation (comment) |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 17 E265 block comment should start with '# ' |
![]() |
|
Col: 17 E731 do not assign a lambda expression, use a def |
![]() |
|
local variable 'db' is assigned to but never used |
![]() |
|
'base' imported but unused |
![]() |
|
'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names |
![]() |
|
'from reviewboard.site.models import *' used; unable to detect undefined names |
![]() |
|
'six' imported but unused |
![]() |
|
'transaction' imported but unused |
![]() |
|
'connections' imported but unused |
![]() |
|
'router' imported but unused |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 80 E501 line too long (89 > 79 characters) |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
local variable 'db' is assigned to but never used |
![]() |
|
'IntegrityError' imported but unused |
![]() |
|
'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names |
![]() |
|
'from reviewboard.site.models import *' used; unable to detect undefined names |
![]() |
|
'six' imported but unused |
![]() |
|
'transaction' imported but unused |
![]() |
|
'connections' imported but unused |
![]() |
|
'router' imported but unused |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 80 E501 line too long (89 > 79 characters) |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
'DEFAULT_DB_ALIAS' imported but unused |
![]() |
|
'IntegrityError' imported but unused |
![]() |
|
'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names |
![]() |
|
'from reviewboard.site.models import *' used; unable to detect undefined names |
![]() |
|
'six' imported but unused |
![]() |
|
'router' imported but unused |
![]() |
|
'connections' imported but unused |
![]() |
|
'transaction' imported but unused |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 80 E501 line too long (89 > 79 characters) |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
undefined name 'models' |
![]() |
|
undefined name 'models' |
![]() |
|
undefined name 'models' |
![]() |
|
undefined name 'models' |
![]() |
|
undefined name 'transaction' |
![]() |
|
undefined name 'transaction' |
![]() |
|
undefined name 'transaction' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 13 E203 whitespace before ':' |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (92 > 79 characters) |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 41 E502 the backslash is redundant between brackets |
![]() |
|
Col: 17 E128 continuation line under-indented for visual indent |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 5 E303 too many blank lines (2) |
![]() |
|
Col: 80 E501 line too long (92 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (80 > 79 characters) |
![]() |
|
Col: 77 E226 missing whitespace around arithmetic operator |
![]() |
|
Col: 29 W292 no newline at end of file |
![]() |
|
Col: 1 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 1 E122 continuation line missing indentation or outdented |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 68 E502 the backslash is redundant between brackets |
![]() |
|
Col: 13 E128 continuation line under-indented for visual indent |
![]() |
|
Col: 1 W391 blank line at end of file |
![]() |
|
Col: 80 E501 line too long (85 > 79 characters) |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 9 E265 block comment should start with '# ' |
![]() |
|
Col: 13 E265 block comment should start with '# ' |
![]() |
|
Col: 17 E731 do not assign a lambda expression, use a def |
![]() |
|
Col: 17 E731 do not assign a lambda expression, use a def |
![]() |
|
Col: 80 E501 line too long (92 > 79 characters) |
![]() |
-
-
reviewboard/testing/extensions.py (Diff revision 1) Hm... I suspect this diff shouldn't be in here...
Change Summary:
Add natural_key() to related classes, and get_by_natural_key() to related model managers
Branch: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+48 -4) |

-
Tool: PEP8 Style Checker Processed Files: reviewboard/reviews/models/group.py reviewboard/reviews/models/review_request.py reviewboard/site/models.py reviewboard/reviews/managers.py reviewboard/reviews/tools.py reviewboard/changedescs/models.py
-
-
-
reviewboard/reviews/managers.py (Diff revision 2) Col: 36 E502 the backslash is redundant between brackets
-
-
reviewboard/reviews/managers.py (Diff revision 2) Col: 51 E502 the backslash is redundant between brackets
-
reviewboard/reviews/managers.py (Diff revision 2) Col: 53 E502 the backslash is redundant between brackets
-
-
-
reviewboard/reviews/models/review_request.py (Diff revision 2) Col: 5 E301 expected 1 blank line, found 0
-
reviewboard/reviews/models/review_request.py (Diff revision 2) Col: 1 W293 blank line contains whitespace
-
-
-
-
-
-
Change Summary:
Added natural keys to DiffSetHistory, Repository, and Tool
Diff: |
Revision 3 (+111 -7) |
---|

-
Tool: Pyflakes Processed Files: reviewboard/scmtools/managers.py reviewboard/scmtools/models.py reviewboard/diffviewer/models.py reviewboard/reviews/models/group.py reviewboard/reviews/models/review_request.py reviewboard/site/models.py reviewboard/reviews/managers.py reviewboard/reviews/tools.py reviewboard/changedescs/models.py Ignored Files: .reviewboardrc Tool: PEP8 Style Checker Processed Files: reviewboard/scmtools/managers.py reviewboard/scmtools/models.py reviewboard/diffviewer/models.py reviewboard/reviews/models/group.py reviewboard/reviews/models/review_request.py reviewboard/site/models.py reviewboard/reviews/managers.py reviewboard/reviews/tools.py reviewboard/changedescs/models.py Ignored Files: .reviewboardrc WARNING: Number of comments exceeded maximum, showing 30 of 33.
-
-
-
-
-
-
-
-
reviewboard/reviews/managers.py (Diff revision 3) Col: 46 E502 the backslash is redundant between brackets
-
-
reviewboard/reviews/models/review_request.py (Diff revision 3) Col: 5 E301 expected 1 blank line, found 0
-
reviewboard/reviews/models/review_request.py (Diff revision 3) Col: 1 W293 blank line contains whitespace
-
reviewboard/reviews/tools.py (Diff revision 3) 'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Change Summary:
Added diff (DiffSetHistory, DiffSet, FileDiff, RawFileDiffData, LegacyFileDiffData) and Group
Diff: |
Revision 4 (+200 -9) |
---|

-
Tool: Pyflakes Processed Files: reviewboard/scmtools/managers.py reviewboard/scmtools/models.py reviewboard/diffviewer/models.py reviewboard/reviews/models/group.py reviewboard/reviews/models/review_request.py reviewboard/site/models.py reviewboard/reviews/managers.py reviewboard/diffviewer/managers.py reviewboard/reviews/tools.py reviewboard/changedescs/models.py Tool: PEP8 Style Checker Processed Files: reviewboard/scmtools/managers.py reviewboard/scmtools/models.py reviewboard/diffviewer/models.py reviewboard/reviews/models/group.py reviewboard/reviews/models/review_request.py reviewboard/site/models.py reviewboard/reviews/managers.py reviewboard/diffviewer/managers.py reviewboard/reviews/tools.py reviewboard/changedescs/models.py WARNING: Number of comments exceeded maximum, showing 30 of 50.
-
-
-
-
reviewboard/diffviewer/managers.py (Diff revision 4) Col: 36 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 4) Col: 38 E251 unexpected spaces around keyword / parameter equals
-
-
reviewboard/diffviewer/managers.py (Diff revision 4) Col: 36 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 4) Col: 38 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 4) Col: 29 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 4) Col: 31 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 4) Col: 47 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 4) Col: 49 E251 unexpected spaces around keyword / parameter equals
-
-
-
-
-
-
-
-
reviewboard/reviews/managers.py (Diff revision 4) Col: 46 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/reviews/managers.py (Diff revision 4) Col: 48 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/reviews/managers.py (Diff revision 4) Col: 46 E502 the backslash is redundant between brackets
-
-
-
reviewboard/reviews/models/review_request.py (Diff revision 4) Col: 5 E301 expected 1 blank line, found 0
-
reviewboard/reviews/models/review_request.py (Diff revision 4) Col: 1 W293 blank line contains whitespace
-
reviewboard/reviews/tools.py (Diff revision 4) 'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names
-
-
-
-
-
reviewboard/reviews/tools.py (Diff revision 4) Col: 20 E127 continuation line over-indented for visual indent
-
reviewboard/reviews/tools.py (Diff revision 4) Col: 20 E127 continuation line over-indented for visual indent
Change Summary:
Fixed old objects being overridden problem. Tyring ways to make unique natural_key().
Diff: |
Revision 5 (+202 -9) |
---|

-
Tool: PEP8 Style Checker Processed Files: reviewboard/scmtools/managers.py reviewboard/scmtools/models.py reviewboard/diffviewer/models.py reviewboard/reviews/models/group.py reviewboard/reviews/models/review_request.py reviewboard/site/models.py reviewboard/reviews/managers.py reviewboard/diffviewer/managers.py reviewboard/reviews/tools.py reviewboard/changedescs/models.py WARNING: Number of comments exceeded maximum, showing 30 of 48.
-
-
reviewboard/diffviewer/managers.py (Diff revision 5) Col: 36 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 5) Col: 38 E251 unexpected spaces around keyword / parameter equals
-
-
reviewboard/diffviewer/managers.py (Diff revision 5) Col: 36 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 5) Col: 38 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 5) Col: 29 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 5) Col: 31 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 5) Col: 47 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 5) Col: 49 E251 unexpected spaces around keyword / parameter equals
-
-
-
-
-
-
-
-
reviewboard/reviews/managers.py (Diff revision 5) Col: 46 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/reviews/managers.py (Diff revision 5) Col: 48 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/reviews/managers.py (Diff revision 5) Col: 46 E502 the backslash is redundant between brackets
-
-
-
reviewboard/reviews/models/review_request.py (Diff revision 5) Col: 5 E301 expected 1 blank line, found 0
-
reviewboard/reviews/models/review_request.py (Diff revision 5) Col: 1 W293 blank line contains whitespace
-
-
-
-
-
-
reviewboard/reviews/tools.py (Diff revision 5) Col: 73 E502 the backslash is redundant between brackets

-
Tool: PEP8 Style Checker Processed Files: reviewboard/scmtools/managers.py reviewboard/reviews/serializers/json.py reviewboard/scmtools/models.py reviewboard/reviews/serializers/__init__.py reviewboard/diffviewer/models.py reviewboard/reviews/serializers/python.py reviewboard/reviews/models/group.py reviewboard/reviews/models/review_request.py reviewboard/reviews/serializers/base.py reviewboard/site/models.py reviewboard/reviews/managers.py reviewboard/diffviewer/managers.py reviewboard/reviews/tools.py reviewboard/changedescs/models.py WARNING: Number of comments exceeded maximum, showing 30 of 105.
-
-
reviewboard/diffviewer/managers.py (Diff revision 6) Col: 36 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 6) Col: 38 E251 unexpected spaces around keyword / parameter equals
-
-
reviewboard/diffviewer/managers.py (Diff revision 6) Col: 36 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 6) Col: 38 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 6) Col: 29 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 6) Col: 31 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 6) Col: 47 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 6) Col: 49 E251 unexpected spaces around keyword / parameter equals
-
-
-
-
-
-
-
-
reviewboard/reviews/managers.py (Diff revision 6) Col: 46 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/reviews/managers.py (Diff revision 6) Col: 48 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/reviews/managers.py (Diff revision 6) Col: 46 E502 the backslash is redundant between brackets
-
-
-
reviewboard/reviews/models/review_request.py (Diff revision 6) Col: 5 E301 expected 1 blank line, found 0
-
reviewboard/reviews/models/review_request.py (Diff revision 6) Col: 1 W293 blank line contains whitespace
-
-
-
-
-
reviewboard/reviews/serializers/__init__.py (Diff revision 6) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 6) Col: 1 E302 expected 2 blank lines, found 1

-
Tool: PEP8 Style Checker Processed Files: reviewboard/scmtools/managers.py reviewboard/reviews/serializers/json.py reviewboard/scmtools/models.py reviewboard/reviews/serializers/__init__.py reviewboard/diffviewer/models.py reviewboard/reviews/serializers/python.py reviewboard/reviews/models/group.py reviewboard/reviews/models/review_request.py reviewboard/reviews/serializers/base.py reviewboard/site/models.py reviewboard/reviews/managers.py reviewboard/diffviewer/managers.py reviewboard/reviews/tools.py reviewboard/changedescs/models.py WARNING: Number of comments exceeded maximum, showing 30 of 109.
-
-
reviewboard/diffviewer/managers.py (Diff revision 7) Col: 36 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 7) Col: 38 E251 unexpected spaces around keyword / parameter equals
-
-
reviewboard/diffviewer/managers.py (Diff revision 7) Col: 36 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 7) Col: 38 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 7) Col: 29 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 7) Col: 31 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 7) Col: 47 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/diffviewer/managers.py (Diff revision 7) Col: 49 E251 unexpected spaces around keyword / parameter equals
-
-
-
-
-
-
-
-
reviewboard/reviews/managers.py (Diff revision 7) Col: 46 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/reviews/managers.py (Diff revision 7) Col: 48 E251 unexpected spaces around keyword / parameter equals
-
reviewboard/reviews/managers.py (Diff revision 7) Col: 46 E502 the backslash is redundant between brackets
-
-
-
reviewboard/reviews/models/review_request.py (Diff revision 7) Col: 5 E301 expected 1 blank line, found 0
-
reviewboard/reviews/models/review_request.py (Diff revision 7) Col: 1 W293 blank line contains whitespace
-
-
-
-
-
reviewboard/reviews/serializers/__init__.py (Diff revision 7) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 7) Col: 1 E302 expected 2 blank lines, found 1
-
There are a lot of old open issues on old reviews (mostly from Review Bot). Please mark these as "Fixed" so we have an accurate count of which things still have yet to be addressed.

-
Tool: Pyflakes Processed Files: reviewboard/reviews/serializers/base.py reviewboard/reviews/serializers/python.py reviewboard/reviews/serializers/json.py reviewboard/reviews/tools.py reviewboard/reviews/serializers/__init__.py Tool: PEP8 Style Checker Processed Files: reviewboard/reviews/serializers/base.py reviewboard/reviews/serializers/python.py reviewboard/reviews/serializers/json.py reviewboard/reviews/tools.py reviewboard/reviews/serializers/__init__.py WARNING: Number of comments exceeded maximum, showing 30 of 73.
-
-
-
-
-
reviewboard/reviews/serializers/__init__.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 8) Col: 80 E501 line too long (92 > 79 characters)
-
reviewboard/reviews/serializers/__init__.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 8) Col: 80 E501 line too long (92 > 79 characters)
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 80 E501 line too long (80 > 79 characters)
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 80 E501 line too long (83 > 79 characters)
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 80 E501 line too long (97 > 79 characters)
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 80 E501 line too long (102 > 79 characters)
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 80 E501 line too long (93 > 79 characters)
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/base.py (Diff revision 8) Col: 80 E501 line too long (87 > 79 characters)
-
reviewboard/reviews/serializers/json.py (Diff revision 8) Col: 80 E501 line too long (81 > 79 characters)
-
reviewboard/reviews/serializers/json.py (Diff revision 8) Col: 80 E501 line too long (85 > 79 characters)
-
reviewboard/reviews/serializers/json.py (Diff revision 8) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/json.py (Diff revision 8) Col: 80 E501 line too long (82 > 79 characters)
-
reviewboard/reviews/serializers/json.py (Diff revision 8) Col: 80 E501 line too long (85 > 79 characters)
-
-
reviewboard/reviews/serializers/python.py (Diff revision 8) local variable 'db' is assigned to but never used
-
-
reviewboard/reviews/tools.py (Diff revision 8) 'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names
-
reviewboard/reviews/tools.py (Diff revision 8) local variable 'string_data' is assigned to but never used

-
Tool: Pyflakes Processed Files: reviewboard/reviews/serializers/base.py reviewboard/reviews/serializers/python.py reviewboard/reviews/serializers/json.py reviewboard/reviews/tools.py reviewboard/reviews/serializers/__init__.py Tool: PEP8 Style Checker Processed Files: reviewboard/reviews/serializers/base.py reviewboard/reviews/serializers/python.py reviewboard/reviews/serializers/json.py reviewboard/reviews/tools.py reviewboard/reviews/serializers/__init__.py WARNING: Number of comments exceeded maximum, showing 30 of 64.
-
-
-
-
-
reviewboard/reviews/serializers/__init__.py (Diff revision 9) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 9) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 9) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 9) Col: 80 E501 line too long (92 > 79 characters)
-
reviewboard/reviews/serializers/__init__.py (Diff revision 9) Col: 1 E302 expected 2 blank lines, found 1
-
reviewboard/reviews/serializers/__init__.py (Diff revision 9) Col: 41 E502 the backslash is redundant between brackets
-
reviewboard/reviews/serializers/__init__.py (Diff revision 9) Col: 17 E128 continuation line under-indented for visual indent
-
reviewboard/reviews/serializers/base.py (Diff revision 9) Col: 25 E122 continuation line missing indentation or outdented
-
reviewboard/reviews/serializers/base.py (Diff revision 9) Col: 25 E122 continuation line missing indentation or outdented
-
reviewboard/reviews/serializers/base.py (Diff revision 9) Col: 21 E122 continuation line missing indentation or outdented
-
reviewboard/reviews/serializers/base.py (Diff revision 9) Col: 73 E502 the backslash is redundant between brackets
-
reviewboard/reviews/serializers/json.py (Diff revision 9) Col: 1 E122 continuation line missing indentation or outdented
-
reviewboard/reviews/serializers/json.py (Diff revision 9) Col: 1 E122 continuation line missing indentation or outdented
-
-
reviewboard/reviews/serializers/json.py (Diff revision 9) Col: 13 E265 block comment should start with '# '
-
reviewboard/reviews/serializers/json.py (Diff revision 9) Col: 68 E502 the backslash is redundant between brackets
-
reviewboard/reviews/serializers/json.py (Diff revision 9) Col: 13 E128 continuation line under-indented for visual indent
-
-
reviewboard/reviews/serializers/python.py (Diff revision 9) Col: 80 E501 line too long (85 > 79 characters)
-
reviewboard/reviews/serializers/python.py (Diff revision 9) Col: 13 E265 block comment should start with '# '
-
reviewboard/reviews/serializers/python.py (Diff revision 9) Col: 9 E265 block comment should start with '# '
-
reviewboard/reviews/serializers/python.py (Diff revision 9) Col: 13 E265 block comment should start with '# '
-
reviewboard/reviews/serializers/python.py (Diff revision 9) Col: 17 E116 unexpected indentation (comment)
-
reviewboard/reviews/serializers/python.py (Diff revision 9) Col: 13 E265 block comment should start with '# '
-
reviewboard/reviews/serializers/python.py (Diff revision 9) Col: 17 E265 block comment should start with '# '
-
reviewboard/reviews/serializers/python.py (Diff revision 9) Col: 17 E731 do not assign a lambda expression, use a def
-
reviewboard/reviews/serializers/python.py (Diff revision 9) local variable 'db' is assigned to but never used
-
reviewboard/reviews/tools.py (Diff revision 9) 'from reviewboard.reviews.models.review_request import *' used; unable to detect undefined names

-
Tool: Pyflakes Processed Files: reviewboard/reviews/serializers/base.py reviewboard/reviews/serializers/python.py reviewboard/reviews/serializers/json.py reviewboard/reviews/tools.py reviewboard/reviews/serializers/__init__.py Tool: PEP8 Style Checker Processed Files: reviewboard/reviews/serializers/base.py reviewboard/reviews/serializers/python.py reviewboard/reviews/serializers/json.py reviewboard/reviews/tools.py reviewboard/reviews/serializers/__init__.py WARNING: Number of comments exceeded maximum, showing 30 of 73.
-
-
-