Skip to content

Commit

Permalink
clang-tidy CI test: add performance-unnecessary-* checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Jul 31, 2023
1 parent 0c77bd4 commit 23019f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Checks: '-*,
performance-inefficient-algorithm,
performance-inefficient-string-concatenation,
performance-inefficient-vector-operation,
performance-unnecessary-copy-initialization,
performance-unnecessary-value-param,
readability-non-const-parameter
'

Expand Down

0 comments on commit 23019f2

Please sign in to comment.