Skip to content

Commit 2584717

Browse files
clang-tidy: Enable cppcoreguidelines-pro-type-cstyle-cast
This will not mark all C Style Casts, but those that could be problematic and should be looked at.
1 parent bc4f4bb commit 2584717

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Checks: >-
1818
-bugprone-virtual-near-miss,
1919
-bugprone-unhandled-self-assignment,
2020
-bugprone-reserved-identifier,
21+
cppcoreguidelines-pro-type-cstyle-cast,
2122
cppcoreguidelines-virtual-class-destructor,
2223
modernize-make-unique,
2324
google-build-using-namespace,

0 commit comments

Comments
 (0)