summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-02-08 19:45:28 +0000
committerCommit Bot <commit-bot@chromium.org>2022-02-08 21:36:56 +0000
commit2883a798262703a28f1e707e9ae0aceea884d173 (patch)
treed5005b3427045e2306221cd8983afa8825141b78 /PRESUBMIT.cfg
parent1a9f7b95fe5a3886989bd155ddb9bb689a911226 (diff)
downloadchrome-ec-2883a798262703a28f1e707e9ae0aceea884d173.tar.gz
Revert "Enable "cros lint" presubmit check"
This reverts commit b294077eed6da053eeca07ce5546830d5404c9a1. Reason for revert: "cros lint" is not compatible with black, which is the required formatter in the zephyr/ directory Original change's description: > Enable "cros lint" presubmit check > > The cpplint check run by cros lint is disabled with the CPPLINT.cfg file > since it doesn't apply. Other linters, such as Python and Shell are > applicable and will be run. > > BRANCH=none > BUG=b:217969201 > TEST=none > > Signed-off-by: Tom Hughes <tomhughes@chromium.org> > Change-Id: Ie9aba283d7bf927913ff834c586ec9e8d0e9e9a1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3444587 > Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Bug: b:217969201 Change-Id: If5099e67309b429feea3b4c912948512978c5287 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3449112 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Tested-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'PRESUBMIT.cfg')
-rw-r--r--PRESUBMIT.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
index 09182f16b7..b949d10c6d 100644
--- a/PRESUBMIT.cfg
+++ b/PRESUBMIT.cfg
@@ -23,7 +23,6 @@ cros_license_check :
--exclude_regex=^third_party/unacl-curve25519/
[Hook Scripts]
-cros lint = cros lint ${PRESUBMIT_FILES}
presubmit_check = util/presubmit_check.sh
config_option_check = util/config_option_check.py
host_command_check = util/host_command_check.sh