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

Unified Diff: pre-commit-go.yml

Issue 1342673002: Make PRESUBMIT.py run checks via 'pcg' if it is available in PATH. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: Created 5 years, 3 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
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pre-commit-go.yml
diff --git a/pre-commit-go.yml b/pre-commit-go.yml
index 40e492849b0a2f76f27bf6e9944f1287effdae09..892a78247e5237fa53d116a7da7b215cbb26b878 100644
--- a/pre-commit-go.yml
+++ b/pre-commit-go.yml
@@ -45,7 +45,7 @@ modes:
govet:
- blacklist:
- ' composite literal uses unkeyed fields'
- max_duration: 15
+ max_duration: 20
pre-commit:
checks:
build:
@@ -56,7 +56,7 @@ modes:
test:
- extra_args:
- -short
- max_duration: 5
+ max_duration: 10
pre-push:
checks:
coverage:
@@ -67,7 +67,8 @@ modes:
- extra_args:
- -v
- -race
- max_duration: 15
+ max_duration: 20
+
ignore_patterns:
- .*
- _*
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698