Skip to content

Commit

Permalink
Disable performance-inefficient-vector-operation
Browse files Browse the repository at this point in the history
Just suggests adding .reserve calls before loops.
  • Loading branch information
syyyr committed Nov 25, 2024
1 parent 71a1e86 commit 3aa36c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Checks:
- -modernize-use-using
- -performance-enum-size
- -performance-inefficient-string-concatenation
- -performance-inefficient-vector-operation
- -readability-avoid-const-params-in-decls
- -readability-avoid-nested-conditional-operator
- -readability-braces-around-statements
Expand Down

0 comments on commit 3aa36c6

Please sign in to comment.