summaryrefslogtreecommitdiffstats
path: root/tools/android
diff options
context:
space:
mode:
authoraurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-03 02:30:42 +0000
committeraurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-03 02:30:42 +0000
commit3b7574ef11d414039427c543a83e625cccbaa661 (patch)
tree6751cf0b55b6a47635526e564f657bef8b8bfcf4 /tools/android
parent259d5d52d1af2c76b3326c69d05b2f3c152d6adf (diff)
downloadchromium_src-3b7574ef11d414039427c543a83e625cccbaa661.zip
chromium_src-3b7574ef11d414039427c543a83e625cccbaa661.tar.gz
chromium_src-3b7574ef11d414039427c543a83e625cccbaa661.tar.bz2
Make the license header check an error for PRESUBMIT.
NOTRY=true Review URL: https://codereview.chromium.org/100183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/android')
-rw-r--r--tools/android/checkstyle/chromium-style-5.0.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/android/checkstyle/chromium-style-5.0.xml b/tools/android/checkstyle/chromium-style-5.0.xml
index ce2f24f..8e18747 100644
--- a/tools/android/checkstyle/chromium-style-5.0.xml
+++ b/tools/android/checkstyle/chromium-style-5.0.xml
@@ -146,6 +146,7 @@
<property name="message" value="Trailing whitespace"/>
</module>
<module name="RegexpHeader">
+ <property name="severity" value="error"/>
<property name="header" value="^// Copyright 20\d\d The Chromium Authors. All rights reserved.$\n^// Use of this source code is governed by a BSD-style license that can be$\n^// found in the LICENSE file.$"/>
</module>
</module>