We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f54f9 commit b5588b2Copy full SHA for b5588b2
Scripts/o2_linter.py
@@ -536,7 +536,6 @@ def test_line(self, line: str) -> bool:
536
for match in matches:
537
n_quotes_before = line.count('"', 0, match[0]) # Count quotation marks before the match.
538
if not n_quotes_before % 2: # If even, we are not inside a string and this match is valid.
539
- print(match[1])
540
return False
541
return True
542
0 commit comments