Skip to content
Snippets Groups Projects
Commit b59ab8b6 authored by Daniel Agar's avatar Daniel Agar
Browse files

clang-tidy remove TODOs

 - readability-avoid-const-params-in-decls
 - readability-named-parameter
parent 6f05fec3
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
## TODO: fix code and enable # performance-type-promotion-in-math-fn,
performance-unnecessary-copy-initialization,
performance-unnecessary-value-param,
## TODO: fix code and enable # readability-avoid-const-params-in-decls,
#readability-avoid-const-params-in-decls,
readability-braces-around-statements,
readability-container-size-empty,
readability-delete-null-pointer,
......@@ -178,7 +178,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
## evaluate # readability-implicit-bool-cast,
#readability-inconsistent-declaration-parameter-name,
readability-misplaced-array-index,
## TODO: fix code and enable # readability-named-parameter,
#readability-named-parameter,
#readability-non-const-parameter,
readability-redundant-control-flow,
#readability-redundant-declaration,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment