We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79dda70 + 365aa8f commit 904a23dCopy full SHA for 904a23d
1 file changed
Scripts/o2_linter.py
@@ -208,7 +208,7 @@ def get_tolerated_tests(path: str) -> "list[str]":
208
if path_tests.is_file():
209
with path_tests.open() as content:
210
tests = [line.strip() for line in content.readlines() if line.strip()]
211
- print(f"{path}:0: info: Tolerating tests from {path_tests}. {tests}")
+ print(f"{path}:1: info: Tolerating tests from {path_tests}. {tests}")
212
break
213
return tests
214
0 commit comments