Skip to content

Commit 033acdf

Browse files
committed
chore: remove redundant word
Signed-off-by: tianzedavid <cuitianze@aliyun.com>
1 parent 55cf39e commit 033acdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/lint-files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def check_source_filenames(files) -> int:
111111
for filename in filenames:
112112
if not filename_regex.match(filename) and not filename_exception_regex.match(filename):
113113
print(
114-
f"""File {repr(filename)} does not not match the allowed source filename regexp ('{ALLOWED_SOURCE_FILENAME_REGEXP}'), or the exception regexp ({ALLOWED_SOURCE_FILENAME_EXCEPTION_REGEXP})."""
114+
f"""File {repr(filename)} does not match the allowed source filename regexp ('{ALLOWED_SOURCE_FILENAME_REGEXP}'), or the exception regexp ({ALLOWED_SOURCE_FILENAME_EXCEPTION_REGEXP})."""
115115
)
116116
failed_tests += 1
117117
return failed_tests

0 commit comments

Comments
 (0)