Skip to content

Commit e7f9357

Browse files
authored
O2 linter: TestNameFunctionVariable: Fix false positives (#10902)
1 parent ec3175a commit e7f9357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Scripts/o2_linter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ def test_line(self, line: str) -> bool:
863863
"class",
864864
"explicit",
865865
"concept",
866+
"throw",
866867
):
867868
return True
868869
if len(words) > 2 and words[1] in ("typename", "class", "struct"):

0 commit comments

Comments
 (0)