Skip to content

Commit

Permalink
Ignore benchmarks dirs for exported public symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Nov 28, 2024
1 parent 0070080 commit a1ddce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/public_symbols_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_symbols(change_type, diff_lines_getter, prefix):
and part[1] != "_"
# tests directories
or part == "tests"
# benchmarks directories
or part == "benchmarks"
for part in b_file_path_obj.parts
)
):
Expand Down

0 comments on commit a1ddce1

Please sign in to comment.