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 1ffac7d commit dca6b1aCopy full SHA for dca6b1a
Tools/build/check_warnings.py
@@ -54,7 +54,7 @@ def parse_warning_ignore_file(file_path: str) -> set[IgnoreRule]:
54
)
55
sys.exit(1)
56
if ignore_all:
57
- count = '0'
+ count = "0"
58
59
files_with_expected_warnings.add(
60
IgnoreRule(
0 commit comments