flake8
-
reviewboard/webapi/resources/js_extension.py (Diff revision 1) Show all issues -
Review Request #9547 — Created Jan. 28, 2018 and discarded
Code drop for Jan 28th meeting:
* Notes and commented out code to allow users to manage Javascript extensions.Code drop for Feb 4th meeting:
* Added account page for JavaScript extensions with place holder form
* Added stubs for JavaScript extensions resourceCode drop for Feb 11th meeting:
* JS extension form accepts URL and adds to user profile
* JS extension page lists user's extensionsCode drop for Feb 18th meeting:
* First take implementation for JS extension API resourceCode drop for Feb 25th meeting:
* Clean up of JS extension resource
* Created template for testingCode drop for Mar 4th meeting:
* Finish implementation of GET and POST methods for JS extension list resourceCode drop for Mar 11th meeting:
* Finish implementation of JS extension view
* Attempt to implement GET and DELETE js extensionCode drop for Mar 18th meeting:
* Finish implementing GET and DELETE js extension item resourceCode drop for Mar 25th meeting:
* Testing for js extension list & item resource
* Adding permission checksCode drop for April 1st:
* Passed all tests for js extension list & item resource
* Attempt to load JS extension information in front-end
Existing tests still working.
Tests for user JavaScript extension list & item resource passing.
- List: GET, POST
- Item: GET, PUT, DELETE
Description | From | Last Updated |
---|---|---|
E303 too many blank lines (3) |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E303 too many blank lines (2) |
![]() |
|
F401 'djblets.extensions.manager.ExtensionManager as DjbletsExtensionManager' imported but unused |
![]() |
|
E303 too many blank lines (2) |
![]() |
|
E305 expected 2 blank lines after class or function definition, found 1 |
![]() |
|
E302 expected 2 blank lines, found 1 |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
F401 'json' imported but unused |
![]() |
|
E303 too many blank lines (3) |
![]() |
|
E203 whitespace before ':' |
![]() |
|
F401 'reviewboard.extensions.base.ExtensionManager' imported but unused |
![]() |
|
F401 'djblets.extensions.manager.ExtensionManager as DjbletsExtensionManager' imported but unused |
![]() |
|
E303 too many blank lines (2) |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E303 too many blank lines (3) |
![]() |
|
E203 whitespace before ':' |
![]() |
|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused |
![]() |
|
F401 'djblets.webapi.decorators.webapi_request_fields' imported but unused |
![]() |
|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E303 too many blank lines (3) |
![]() |
|
E203 whitespace before ':' |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused |
![]() |
|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E231 missing whitespace after ',' |
![]() |
|
E303 too many blank lines (2) |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E127 continuation line over-indented for visual indent |
![]() |
|
W292 no newline at end of file |
![]() |
|
E303 too many blank lines (3) |
![]() |
|
E203 whitespace before ':' |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused |
![]() |
|
F401 'djblets.util.decorators.augment_method_from' imported but unused |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E302 expected 2 blank lines, found 1 |
![]() |
|
E302 expected 2 blank lines, found 1 |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E231 missing whitespace after ',' |
![]() |
|
E303 too many blank lines (2) |
![]() |
|
E303 too many blank lines (2) |
![]() |
|
W391 blank line at end of file |
![]() |
|
F401 'reviewboard.site.models.LocalSite' imported but unused |
![]() |
|
F401 'reviewboard.webapi.tests.urls.get_user_js_extension_item_url' imported but unused |
![]() |
|
W291 trailing whitespace |
![]() |
|
W292 no newline at end of file |
![]() |
|
E127 continuation line over-indented for visual indent |
![]() |
|
W292 no newline at end of file |
![]() |
|
E303 too many blank lines (3) |
![]() |
|
E203 whitespace before ':' |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused |
![]() |
|
F401 'djblets.util.decorators.augment_method_from' imported but unused |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
F401 'djblets.webapi.errors.DUPLICATE_ITEM' imported but unused |
![]() |
|
F401 'djblets.webapi.errors.INVALID_FORM_DATA' imported but unused |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E302 expected 2 blank lines, found 1 |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E231 missing whitespace after ',' |
![]() |
|
E303 too many blank lines (2) |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E303 too many blank lines (2) |
![]() |
|
W391 blank line at end of file |
![]() |
|
F401 'reviewboard.site.models.LocalSite' imported but unused |
![]() |
|
F401 'reviewboard.webapi.tests.urls.get_user_js_extension_item_url' imported but unused |
![]() |
|
W291 trailing whitespace |
![]() |
|
W292 no newline at end of file |
![]() |
|
E127 continuation line over-indented for visual indent |
![]() |
|
W292 no newline at end of file |
![]() |
|
E303 too many blank lines (3) |
![]() |
|
E203 whitespace before ':' |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused |
![]() |
|
F401 'djblets.util.decorators.augment_method_from' imported but unused |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
F401 'djblets.webapi.errors.DUPLICATE_ITEM' imported but unused |
![]() |
|
F401 'djblets.webapi.errors.INVALID_FORM_DATA' imported but unused |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
F401 'djblets.webapi.responses.WebAPIResponseError' imported but unused |
![]() |
|
E402 module level import not at top of file |
![]() |
|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E402 module level import not at top of file |
![]() |
|
E302 expected 2 blank lines, found 1 |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E231 missing whitespace after ',' |
![]() |
|
E303 too many blank lines (2) |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E201 whitespace after '{' |
![]() |
|
E231 missing whitespace after ',' |
![]() |
|
E501 line too long (81 > 79 characters) |
![]() |
|
E305 expected 2 blank lines after class or function definition, found 1 |
![]() |
|
W391 blank line at end of file |
![]() |
|
F401 'reviewboard.site.models.LocalSite' imported but unused |
![]() |
|
F401 'reviewboard.webapi.tests.urls.get_user_js_extension_item_url' imported but unused |
![]() |
|
E303 too many blank lines (4) |
![]() |
|
F841 local variable 'application' is assigned to but never used |
![]() |
|
F401 'reviewboard.webapi.resources.js_extension.JSExtensionResource' imported but unused |
![]() |
|
E303 too many blank lines (3) |
![]() |
|
E231 missing whitespace after ',' |
![]() |
|
E203 whitespace before ':' |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused |
![]() |
|
F401 'djblets.util.decorators.augment_method_from' imported but unused |
![]() |
|
F401 'djblets.webapi.errors.DUPLICATE_ITEM' imported but unused |
![]() |
|
F401 'djblets.webapi.responses.WebAPIResponseError' imported but unused |
![]() |
|
F401 'djblets.webapi.responses.WebAPIResponsePaginated' imported but unused |
![]() |
|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E231 missing whitespace after ',' |
![]() |
|
E501 line too long (80 > 79 characters) |
![]() |
|
E501 line too long (80 > 79 characters) |
![]() |
|
E501 line too long (80 > 79 characters) |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E303 too many blank lines (2) |
![]() |
|
E501 line too long (88 > 79 characters) |
![]() |
|
E501 line too long (92 > 79 characters) |
![]() |
|
E201 whitespace after '{' |
![]() |
|
E231 missing whitespace after ',' |
![]() |
|
E501 line too long (88 > 79 characters) |
![]() |
|
E501 line too long (92 > 79 characters) |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
E265 block comment should start with '# ' |
![]() |
|
W391 blank line at end of file |
![]() |
|
W292 no newline at end of file |
![]() |
|
F401 'reviewboard.site.models.LocalSite' imported but unused |
![]() |
|
F401 'djblets.testing.decorators.add_fixtures' imported but unused |
![]() |
reviewboard/webapi/resources/js_extension.py (Diff revision 1) |
---|
Description: |
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commit: |
|
||||||||||||||||||||||||||||||
Diff: |
Revision 2 (+163 -3) |
reviewboard/webapi/resources/js_extension.py (Diff revision 2) |
---|
F401 'djblets.extensions.manager.ExtensionManager as DjbletsExtensionManager' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 2) |
---|
E305 expected 2 blank lines after class or function definition, found 1
reviewboard/webapi/resources/js_extension.py (Diff revision 2) |
---|
E265 block comment should start with '# '
Description: |
|
||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|
||||||||||||||||||||||||||||||||||||||||||||||||
Commit: |
|
||||||||||||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 3 (+178 -3) |
reviewboard/webapi/resources/js_extension.py (Diff revision 3) |
---|
F401 'reviewboard.extensions.base.ExtensionManager' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 3) |
---|
F401 'djblets.extensions.manager.ExtensionManager as DjbletsExtensionManager' imported but unused
Description: |
|
|||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commit: |
|
|||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 4 (+207 -3) |
reviewboard/webapi/resources/js_extension.py (Diff revision 4) |
---|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 4) |
---|
F401 'djblets.webapi.decorators.webapi_request_fields' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 4) |
---|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused
Description: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Commit: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 5 (+285 -3) |
reviewboard/webapi/resources/js_extension.py (Diff revision 5) |
---|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 5) |
---|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 5) |
---|
E265 block comment should start with '# '
reviewboard/webapi/tests/urls.py (Diff revision 5) |
---|
E127 continuation line over-indented for visual indent
Description: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commit: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 6 (+411 -3) |
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
F401 'djblets.util.decorators.augment_method_from' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 6) |
---|
E265 block comment should start with '# '
reviewboard/webapi/tests/test_user_js_extension.py (Diff revision 6) |
---|
F401 'reviewboard.site.models.LocalSite' imported but unused
reviewboard/webapi/tests/test_user_js_extension.py (Diff revision 6) |
---|
F401 'reviewboard.webapi.tests.urls.get_user_js_extension_item_url' imported but unused
reviewboard/webapi/tests/urls.py (Diff revision 6) |
---|
E127 continuation line over-indented for visual indent
Description: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commit: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 7 (+534 -3) |
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
F401 'djblets.util.decorators.augment_method_from' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
F401 'djblets.webapi.errors.DUPLICATE_ITEM' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
F401 'djblets.webapi.errors.INVALID_FORM_DATA' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
E265 block comment should start with '# '
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
E265 block comment should start with '# '
reviewboard/webapi/resources/js_extension.py (Diff revision 7) |
---|
E265 block comment should start with '# '
reviewboard/webapi/tests/test_user_js_extension.py (Diff revision 7) |
---|
F401 'reviewboard.site.models.LocalSite' imported but unused
reviewboard/webapi/tests/test_user_js_extension.py (Diff revision 7) |
---|
F401 'reviewboard.webapi.tests.urls.get_user_js_extension_item_url' imported but unused
reviewboard/webapi/tests/urls.py (Diff revision 7) |
---|
E127 continuation line over-indented for visual indent
Description: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commit: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 8 (+530 -3) |
Warning: Showing 30 of 33 failures.
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
F401 'djblets.util.decorators.augment_method_from' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
F401 'djblets.webapi.errors.DUPLICATE_ITEM' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
F401 'djblets.webapi.errors.INVALID_FORM_DATA' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
F401 'djblets.webapi.responses.WebAPIResponseError' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E402 module level import not at top of file
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E265 block comment should start with '# '
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E265 block comment should start with '# '
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E501 line too long (81 > 79 characters)
reviewboard/webapi/resources/js_extension.py (Diff revision 8) |
---|
E305 expected 2 blank lines after class or function definition, found 1
reviewboard/webapi/tests/test_user_js_extension.py (Diff revision 8) |
---|
F401 'reviewboard.site.models.LocalSite' imported but unused
reviewboard/webapi/tests/test_user_js_extension.py (Diff revision 8) |
---|
F401 'reviewboard.webapi.tests.urls.get_user_js_extension_item_url' imported but unused
reviewboard/webapi/tests/test_user_js_extension.py (Diff revision 8) |
---|
F841 local variable 'application' is assigned to but never used
Description: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Commit: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 9 (+737 -3) |
Warning: Showing 30 of 35 failures.
reviewboard/accounts/forms/pages.py (Diff revision 9) |
---|
F401 'reviewboard.webapi.resources.js_extension.JSExtensionResource' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
F401 'djblets.extensions.resources.ExtensionResource as DjbletsExtensionResource' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
F401 'djblets.util.decorators.augment_method_from' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
F401 'djblets.webapi.errors.DUPLICATE_ITEM' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
F401 'djblets.webapi.responses.WebAPIResponseError' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
F401 'djblets.webapi.responses.WebAPIResponsePaginated' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
F401 'reviewboard.webapi.base.RBResourceMixin' imported but unused
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E265 block comment should start with '# '
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E501 line too long (80 > 79 characters)
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E501 line too long (80 > 79 characters)
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E501 line too long (80 > 79 characters)
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E265 block comment should start with '# '
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E501 line too long (88 > 79 characters)
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E501 line too long (92 > 79 characters)
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E501 line too long (88 > 79 characters)
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E501 line too long (92 > 79 characters)
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E265 block comment should start with '# '
reviewboard/webapi/resources/js_extension.py (Diff revision 9) |
---|
E265 block comment should start with '# '
reviewboard/webapi/tests/test_user_js_extension.py (Diff revision 9) |
---|
F401 'reviewboard.site.models.LocalSite' imported but unused
reviewboard/webapi/tests/test_user_js_extension.py (Diff revision 9) |
---|
F401 'djblets.testing.decorators.add_fixtures' imported but unused
Description: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Commit: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 10 (+732 -5) |