Skip to content

Commit

Permalink
remove the bugprone-unchecked-optional-access clang-tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
fgerlits committed Sep 25, 2023
1 parent 4e95ec6 commit 8a32045
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ 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-exception-at-new,
Expand Down

0 comments on commit 8a32045

Please sign in to comment.