Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Issue 2729403003: [presubmit] check for long lines in HTML files (Closed)

Created:
3 years, 9 months ago by dschuyler
Modified:
3 years, 9 months ago
Reviewers:
tommycli
CC:
chromium-reviews, arv+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[presubmit] check for long lines in HTML files This CL checks for HTML files that have lines longer than 80 characters, with the exception of <link ...> lines which are not limited. This will apply to HTML files within the chrome/browser/resources directory. (It could be applied elsewhere, but let's start with just this directory). BUG=None CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2729403003 Cr-Commit-Position: refs/heads/master@{#455567} Committed: https://chromium.googlesource.com/chromium/src/+/3ae1581ed4f4a256e32d5687638c74c718380aef

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M chrome/browser/resources/PRESUBMIT.py View 2 chunks +6 lines, -0 lines 3 comments Download

Messages

Total messages: 15 (9 generated)
dschuyler
3 years, 9 months ago (2017-03-06 21:59:01 UTC) #5
tommycli
had some questions https://codereview.chromium.org/2729403003/diff/1/chrome/browser/resources/PRESUBMIT.py File chrome/browser/resources/PRESUBMIT.py (right): https://codereview.chromium.org/2729403003/diff/1/chrome/browser/resources/PRESUBMIT.py#newcode95 chrome/browser/resources/PRESUBMIT.py:95: return input_api.canned_checks.CheckLongLines(input_api, output_api, 80) Read 2nd ...
3 years, 9 months ago (2017-03-06 22:06:16 UTC) #8
dschuyler
https://codereview.chromium.org/2729403003/diff/1/chrome/browser/resources/PRESUBMIT.py File chrome/browser/resources/PRESUBMIT.py (right): https://codereview.chromium.org/2729403003/diff/1/chrome/browser/resources/PRESUBMIT.py#newcode108 chrome/browser/resources/PRESUBMIT.py:108: results += CheckHtml(input_api, output_api) On 2017/03/06 22:06:15, tommycli wrote: ...
3 years, 9 months ago (2017-03-07 01:14:56 UTC) #9
tommycli
On 2017/03/07 01:14:56, dschuyler wrote: > https://codereview.chromium.org/2729403003/diff/1/chrome/browser/resources/PRESUBMIT.py > File chrome/browser/resources/PRESUBMIT.py (right): > > https://codereview.chromium.org/2729403003/diff/1/chrome/browser/resources/PRESUBMIT.py#newcode108 > ...
3 years, 9 months ago (2017-03-08 21:55:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729403003/1
3 years, 9 months ago (2017-03-08 22:14:18 UTC) #12
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 22:46:19 UTC) #15
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/3ae1581ed4f4a256e32d5687638c...

Powered by Google App Engine
This is Rietveld 408576698