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 :=                                   \