JSHint
-
reviewboard/static/rb/js/newReviewRequest/views/postCommitView.es6.js (Diff revision 1) Show all issues
Review Request #10400 — Created Feb. 8, 2019 and submitted
Information | |
---|---|
david | |
Review Board | |
release-4.0.x | |
Reviewers | |
reviewboard | |
This change converts remaining non-test code in the newReviewRequest/
directory to ES6.
Ran js-tests.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
Col: 15 '$branch' is defined but never used. |
![]() |
|
Can we order this alphabetically? |
|
|
Looks like the description is indented too far. |
|
|
The line's pretty long now. Is there a change in appearance if there's whitespace surrounding the <span>? |
|
|
Mind capitalizing as "New Review Request" view? That way, it doesn't read like "the new view" as opposed to "the … |
|
|
Missing period, and you'll also need to escape the HTML tags. |
|
|
HTML tag needs to be escaped. |
|
|
Mind adding Model Attributes here? |
|
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+866 -706) |
reviewboard/static/rb/js/newReviewRequest/models/postCommitModel.es6.js (Diff revision 2) |
---|
Can we order this alphabetically?
reviewboard/static/rb/js/newReviewRequest/views/commitsView.es6.js (Diff revision 2) |
---|
Looks like the description is indented too far.
reviewboard/static/rb/js/newReviewRequest/views/repositoryView.es6.js (Diff revision 2) |
---|
The line's pretty long now. Is there a change in appearance if there's whitespace surrounding the
<span>
?
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+870 -706) |
Mind capitalizing as "New Review Request" view? That way, it doesn't read like "the new view" as opposed to "the old view".
Or just reference the view itself.
reviewboard/static/rb/js/newReviewRequest/views/branchView.es6.js (Diff revision 3) |
---|
Missing period, and you'll also need to escape the HTML tags.
reviewboard/static/rb/js/newReviewRequest/views/branchesView.es6.js (Diff revision 3) |
---|
HTML tag needs to be escaped.