[WIP] Code and Documentation Linking
Review Request #9401 — Created Nov. 26, 2017 and discarded
- Create template tags for wrapping code references
- Added CodeInspectorInfoboxView with dummy URL.
- Configured DiffReviewableView to manage/create CodeInspectorInfoboxViews
- Code Inspector Infobox mockup using temporary API.
- Implement CodeInspector base classes
- Implement Pygments Lexer code inspector
Description | From | Last Updated |
---|---|---|
E128 continuation line under-indented for visual indent |
reviewbot | |
E126 continuation line over-indented for hanging indent |
reviewbot | |
E126 continuation line over-indented for hanging indent |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E501 line too long (109 > 79 characters) |
reviewbot | |
E265 block comment should start with '# ' |
reviewbot | |
New files should include module docstrings at the top (like """Base for code inspector backends""") |
giuliacm | |
W391 blank line at end of file |
reviewbot | |
Module docstring for new file. |
giuliacm | |
Class docstring. |
giuliacm | |
Module docstring for new file. |
giuliacm | |
Class docstring. |
giuliacm | |
E126 continuation line over-indented for hanging indent |
reviewbot | |
E126 continuation line over-indented for hanging indent |
reviewbot | |
Module docstring for new file. |
giuliacm | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
E122 continuation line missing indentation or outdented |
reviewbot | |
F401 'traceback' imported but unused |
reviewbot | |
F401 'reviewboard.codeinspector.pygments_lexer_code_inspector_backend.PygmentsLexerCodeInspectorBackend' imported but unused |
reviewbot | |
E501 line too long (109 > 79 characters) |
reviewbot | |
E501 line too long (85 > 79 characters) |
reviewbot | |
E702 multiple statements on one line (semicolon) |
reviewbot | |
E501 line too long (88 > 79 characters) |
reviewbot | |
Module dosctring for new file. |
giuliacm | |
Don't need a space here. |
giuliacm | |
This should be alphabetically sorted with the other imports. |
giuliacm | |
E265 block comment should start with '# ' |
reviewbot |
- Description:
-
~ - Added CodeInspectorInfoboxView with dummy URL.
~ - Configured DiffReviewableView to manage/create CodeInspectorInfoboxViews
~ - Code Inspector Infobox mockup using temporary API.
~ - Implement CodeInspector base classes
~ - Implement Pygments Lexer code inspector
~ - Create template tags for wrapping code references
~ - Added CodeInspectorInfoboxView with dummy URL.
~ - Configured DiffReviewableView to manage/create CodeInspectorInfoboxViews
~ - Code Inspector Infobox mockup using temporary API.
~ - Implement CodeInspector base classes
+ - Implement Pygments Lexer code inspector
- Commit:
-
1c679d87876b44e4f5822202eb4878829886bbd23499ecfd1e2e4b92a206a47c9c1494117f72227c
- Diff:
-
Revision 2 (+705 -4)