Skip to content

Commit e590f9a

Browse files
authored
Forbid C-style casts using clang-tidy (#345)
resolves #338
1 parent ceb5d90 commit e590f9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Checks: >
22
bugprone-*,
33
clang-diagnostic-*,
44
cppcoreguidelines-init-variables,
5+
cppcoreguidelines-pro-type-cstyle-cast,
56
llvm-include-order,
67
llvm-namespace-comment,
78
misc-*,

0 commit comments

Comments
 (0)