We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836c548 commit 8540157Copy full SHA for 8540157
20 files changed
base/cvd/.clang-tidy
@@ -1 +1 @@
1
-clang_tidy_configs/base_config
+clang_tidy_configs/with_include_cleaner
base/cvd/BUILD.bazel
@@ -28,8 +28,10 @@ filegroup(
28
name = "clang_tidy_config",
29
srcs = [
30
".clang-tidy",
31
+ "//allocd:.clang-tidy",
32
+ "//cuttlefish/common:.clang-tidy",
33
"//cuttlefish/common/libs/key_equals_value:.clang-tidy",
- "//cuttlefish/flag_parser:.clang-tidy",
34
+ "//cuttlefish/host:.clang-tidy",
35
"//cuttlefish/host/commands/assemble_cvd/android_build:.clang-tidy",
36
"//cuttlefish/host/commands/cvd/cli/commands:.clang-tidy",
37
"//cuttlefish/host/commands/kernel_log_monitor:.clang-tidy",
@@ -40,10 +42,7 @@ filegroup(
40
42
"//cuttlefish/host/libs/web:.clang-tidy",
41
43
"//cuttlefish/host/libs/zip:.clang-tidy",
44
"//cuttlefish/host/libs/zip/libzip_cc:.clang-tidy",
- "//cuttlefish/io:.clang-tidy",
- "//cuttlefish/posix:.clang-tidy",
45
- "//cuttlefish/pretty:.clang-tidy",
46
- "//cuttlefish/result:.clang-tidy",
+ "//teeui/libteeui:.clang-tidy",
47
],
48
)
49
base/cvd/allocd/.clang-tidy
@@ -0,0 +1 @@
+../clang_tidy_configs/base_config
base/cvd/allocd/BUILD.bazel
@@ -5,6 +5,8 @@ package(
5
default_visibility = ["//:android_cuttlefish"],
6
7
8
+exports_files([".clang-tidy"])
9
+
10
string_flag(
11
name = "driver",
12
build_setting_default = "iproute2",
base/cvd/cuttlefish/common/.clang-tidy
+../../clang_tidy_configs/base_config
base/cvd/cuttlefish/common/BUILD.bazel
base/cvd/cuttlefish/flag_parser/.clang-tidy
base/cvd/cuttlefish/flag_parser/BUILD.bazel
@@ -4,8 +4,6 @@ package(
4
-exports_files([".clang-tidy"])
-
cf_cc_library(
name = "flag_parser",
base/cvd/cuttlefish/host/.clang-tidy
base/cvd/cuttlefish/host/BUILD.bazel
0 commit comments