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 40ee3eb commit 41d3033Copy full SHA for 41d3033
clang_tidy/clang_tidy.bzl
@@ -46,6 +46,7 @@ def _run_tidy(ctx, exe, config, flags, compilation_context, infile, discriminato
46
executable = exe,
47
arguments = [args],
48
mnemonic = "ClangTidy",
49
+ use_default_shell_env = True,
50
progress_message = "Run clang-tidy on {}".format(infile.short_path),
51
)
52
return outfile
0 commit comments