Skip to content

Commit

Permalink
chore(.clang-tidy): adds bugprone-unchecked-optional-access check
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zulfaqar <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Oct 18, 2023
1 parent 255ddab commit 86c5e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Checks: "
bugprone-terminating-continue,
bugprone-throw-keyword-missing,
bugprone-too-small-loop-variable,
bugprone-unchecked-optional-access,
bugprone-undefined-memory-manipulation,
bugprone-undelegated-constructor,
bugprone-unhandled-self-assignment,
Expand Down

0 comments on commit 86c5e6d

Please sign in to comment.