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

Issue 22514002: Disable check-webkit-style for Jinja templates (Closed)

Created:
7 years, 4 months ago by Nils Barth (inactive)
Modified:
7 years, 4 months ago
Reviewers:
haraken, Dirk Pranke
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, alancutter (OOO until 2018)
Visibility:
Public.

Description

Disable check-webkit-style for Jinja templates Jinja templates generally use the same extension as their output file, but contain template code which the style checker can't understand. (...and thus presubmit checks fail) This adds a setting in the usual path-specific filters section to not check these paths. This is in response to an issue raised by Alan: https://codereview.chromium.org/21006006/#msg8 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155663

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M Tools/Scripts/webkitpy/style/checker.py View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Nils Barth (inactive)
Hiyas, check-webkit-style doesn't understand Jinja templates, so we're currently having to hack around this. This ...
7 years, 4 months ago (2013-08-07 01:40:29 UTC) #1
Dirk Pranke
lgtm
7 years, 4 months ago (2013-08-07 01:42:10 UTC) #2
haraken
LGTM. Running the style checker for the generated code has sometimes annoyed us (and complicated ...
7 years, 4 months ago (2013-08-07 01:44:03 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/22514002/1
7 years, 4 months ago (2013-08-07 01:51:29 UTC) #4
Nils Barth (inactive)
On 2013/08/07 01:44:03, haraken wrote: > Running the style checker for the generated code has ...
7 years, 4 months ago (2013-08-07 01:57:31 UTC) #5
haraken
On 2013/08/07 01:57:31, Nils Barth wrote: > On 2013/08/07 01:44:03, haraken wrote: > > Running ...
7 years, 4 months ago (2013-08-07 02:07:43 UTC) #6
Nils Barth (inactive)
BTW, I just realized that we could run the generated code through clang-format, which would ...
7 years, 4 months ago (2013-08-07 02:24:33 UTC) #7
commit-bot: I haz the power
7 years, 4 months ago (2013-08-07 06:03:34 UTC) #8
Message was sent while issue was closed.
Change committed as 155663

Powered by Google App Engine
This is Rietveld 408576698