commit | 8ac53efadee8da49ecd96656336dab15485a5f62 | [log] [tgz] |
---|---|---|
author | Drew Davenport <ddavenport@google.com> | Thu Sep 05 13:31:14 2024 -0600 |
committer | Drew Davenport <ddavenport@chromium.org> | Sat Sep 07 01:32:23 2024 +0000 |
tree | 69c9ebb609a1a3338191f32106c63c1b9622338a | |
parent | 1ac3b626d3289545354003a546911e948f771fb1 [diff] [blame] |
drm_hwcomposer: CI: Remove misc-const-correctness Remove misc-const-correctness from clang-tidy. This check detects local variables which could be declared as const. See https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html Change-Id: Ibbce8d8c6fa4cb1631776b5dde5c33ca73b6510d Signed-off-by: Drew Davenport <ddavenport@google.com>
diff --git a/.ci/Makefile b/.ci/Makefile index 01584c9..325e0b5 100644 --- a/.ci/Makefile +++ b/.ci/Makefile
@@ -43,6 +43,7 @@ -google-readability-todo \ -hicpp-vararg \ -hicpp-signed-bitwise \ + -misc-const-correctness \ -readability-identifier-length \ TIDY_CHECKS_NORMAL := \