Skip to content

Commit a1ddce1

Browse files
committed
Ignore benchmarks dirs for exported public symbols
1 parent 0070080 commit a1ddce1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/public_symbols_checker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ def get_symbols(change_type, diff_lines_getter, prefix):
5555
and part[1] != "_"
5656
# tests directories
5757
or part == "tests"
58+
# benchmarks directories
59+
or part == "benchmarks"
5860
for part in b_file_path_obj.parts
5961
)
6062
):

0 commit comments

Comments
 (0)