Skip to content

Commit 3d70f1f

Browse files
committed
revert last change to .clang-tidy
1 parent f88aac3 commit 3d70f1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ Checks: '
88
cppcoreguidelines-avoid-goto
99
'
1010

11+
CheckOptions:
12+
- key: bugprone-unchecked-optional-access.IgnoreValueCalls
13+
value: "true"
14+
1115
HeaderFilterRegex: 'src[a-z_A-Z0-9\/]+\.H$'

0 commit comments

Comments
 (0)