aboutsummaryrefslogtreecommitdiff
path: root/pw_presubmit
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2021-09-03 10:06:07 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-09-03 22:01:57 +0000
commit217ef79f0f88f9b56dca7a61d3fa19a6f50f67d5 (patch)
treef227be08ac6e6dbf37cad2f1a79f97c5710237e3 /pw_presubmit
parent5e645b2d2671d7f02c0d9b9d3fe76fdc14fd4a46 (diff)
downloadpigweed-217ef79f0f88f9b56dca7a61d3fa19a6f50f67d5.tar.gz
pw_presubmit: Add clang_tidy to lintformat
Bug: 45 Change-Id: Ic9e8f92e86704db4970ea90c69e61efef92cd4e1 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/59760 Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com> Reviewed-by: Wyatt Hepler <hepler@google.com>
Diffstat (limited to 'pw_presubmit')
-rwxr-xr-xpw_presubmit/py/pw_presubmit/pigweed_presubmit.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
index b53dbacc4..a20b8ab4b 100755
--- a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
+++ b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
@@ -805,8 +805,6 @@ def renode_check(ctx: PresubmitContext):
#
OTHER_CHECKS = (
- # TODO(pwbug/45): Remove clang-tidy from OTHER_CHECKS when it passes.
- clang_tidy,
# Build that attempts to duplicate the build OSS-Fuzz does. Currently
# failing.
oss_fuzz_build,
@@ -828,6 +826,7 @@ OTHER_CHECKS = (
)
_LINTFORMAT = (
+ clang_tidy,
commit_message_format,
copyright_notice,
format_code.presubmit_checks(),