Commit 3b7574ef authored by aurimas@chromium.org's avatar aurimas@chromium.org

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
parent 259d5d52
...@@ -146,6 +146,7 @@ ...@@ -146,6 +146,7 @@
<property name="message" value="Trailing whitespace"/> <property name="message" value="Trailing whitespace"/>
</module> </module>
<module name="RegexpHeader"> <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.$"/> <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>
</module> </module>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment