Skip to content

Commit 41d3033

Browse files
EthanSteinbergerenon
authored andcommitted
Fix weird path issue
1 parent 40ee3eb commit 41d3033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang_tidy/clang_tidy.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def _run_tidy(ctx, exe, config, flags, compilation_context, infile, discriminato
4646
executable = exe,
4747
arguments = [args],
4848
mnemonic = "ClangTidy",
49+
use_default_shell_env = True,
4950
progress_message = "Run clang-tidy on {}".format(infile.short_path),
5051
)
5152
return outfile

0 commit comments

Comments
 (0)