Skip to content

Commit

Permalink
clang-tidy: Enable cppcoreguidelines-pro-type-cstyle-cast
Browse files Browse the repository at this point in the history
This will not mark all C Style Casts, but those that could
be problematic and should be looked at.
  • Loading branch information
ChristianTackeGSI committed Apr 4, 2023
1 parent 703ea46 commit bb8a4c2
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 @@ -18,6 +18,7 @@ Checks: >-
-bugprone-virtual-near-miss,
-bugprone-unhandled-self-assignment,
-bugprone-reserved-identifier,
cppcoreguidelines-pro-type-cstyle-cast,
cppcoreguidelines-virtual-class-destructor,
modernize-make-unique,
google-build-using-namespace,
Expand Down

0 comments on commit bb8a4c2

Please sign in to comment.