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

Unified Diff: PRESUBMIT.py

Issue 2177353002: Add top level app element (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@hello-oauth
Patch Set: Address feedback and introduce new res/ layer of direction Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/swarming/app.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 1fd0504ae90909f3ca80efd79e21fd50a0324fff..bdef03246db007cc3a064c9e6435551d66f4acdb 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -29,6 +29,7 @@ def header(input_api):
def CommonChecks(input_api, output_api):
excluded = [
r'.+-build\.(js|html)$',
+ r'.+/build/.+(js|html)$',
r'/test',
r'.+_pb2\.py$',
r'.*third_party.*',
« no previous file with comments | « no previous file | appengine/swarming/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698