Skip to content

Commit

Permalink
[bazel] Fix the broken bazel build for clang-tidy after e45e091
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Dec 30, 2024
1 parent b53866f commit 91c5de7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ clang_tidy_library(
clang_tidy_library(
name = "cppcoreguidelines",
deps = [
":bugprone",
":lib",
":misc",
":modernize",
Expand All @@ -278,7 +279,6 @@ clang_tidy_library(
clang_tidy_library(
name = "bugprone",
deps = [
":cppcoreguidelines",
":lib",
":utils",
"//clang:analysis",
Expand Down

0 comments on commit 91c5de7

Please sign in to comment.