Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robin88chen committed Nov 20, 2024
1 parent 778aa3e commit 4e7bf60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def build_clang_tidy_warnings(
invocation.append(f"--export-fixes={fixes_file}")

invocation.append(name)
invocation.append('-- -I../..')

proc = subprocess.Popen(
invocation, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=env
Expand Down Expand Up @@ -995,6 +994,7 @@ def create_review(
base_invocation = [
clang_tidy_binary,
#f"-p={build_dir}",
"--extra-arg-before=-I../..",
f"-line-filter={line_ranges}",
"--enable-check-profile",
f"-store-check-profile={PROFILE_DIR}",
Expand Down

0 comments on commit 4e7bf60

Please sign in to comment.