presubmit_check: disable SPDX_LICENSE_TAG check

The SPDX_LICENSE_TAG doesn't apply to the ec codebase since it would
want us to add the SPDX-License-Identifier to every file.

BRANCH=none
BUG=none
TEST=verified a new file does not need SPDX-License-Identifier tag

Change-Id: Ie7670f52ecd7a5dd825a56a0e8dc839e66ddd6f1
Signed-off-by: Jett Rink <jettrink@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1098026
Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Jett Rink 2018-06-12 16:07:08 -06:00 committed by chrome-bot
parent 74fc1648a0
commit 622be4bc30
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ checkpatch_check: true
tab_check: false
[Hook Overrides Options]
checkpatch_check: --no-tree --ignore=MSLEEP,VOLATILE
checkpatch_check: --no-tree --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG
[Hook Scripts]
presubmit_check = util/presubmit_check.sh 2>&1