We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196a099 commit a965fb4Copy full SHA for a965fb4
clang_tidy/clang_tidy_test.bzl
@@ -1,4 +1,7 @@
1
-"""A test rule to run clang-tidy"""
+"""A test rule to run clang-tidy
2
+
3
+NOTE: This rule requires bash
4
+"""
5
6
load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES")
7
load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
0 commit comments