Skip to content

Commit f262d30

Browse files
committed
add other checks present in the main MoveIt repository
These did not entail any changes in our current codebase.
1 parent 1570767 commit f262d30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.clang-tidy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
Checks: '-*,
33
performance-*,
44
llvm-namespace-comment,
5+
modernize-redundant-void-arg,
56
modernize-use-nullptr,
7+
modernize-use-default,
68
modernize-use-override,
79
modernize-use-using,
810
modernize-loop-convert,
911
readability-named-parameter,
12+
readability-redundant-smartptr-get,
13+
readability-redundant-string-cstr,
14+
readability-simplify-boolean-expr,
1015
readability-container-size-empty,
1116
readability-identifier-naming,
1217
'

0 commit comments

Comments
 (0)