Skip to content

Commit

Permalink
clang-tidy: enable checks that don't have existing errors for perform…
Browse files Browse the repository at this point in the history
…ance-* (envoyproxy#7662)

* clang-tidy: enable checks that don't have existing errors

Signed-off-by: Derek Argueta <dereka@pinterest.com>
  • Loading branch information
derekargueta authored and lizan committed Jul 22, 2019
1 parent 9c00735 commit d324869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ WarningsAsErrors: 'abseil-duration-*,
modernize-use-using,
performance-faster-string-find,
performance-for-range-copy,
performance-inefficient-algorithm,
performance-inefficient-vector-operation,
performance-noexcept-move-constructor,
performance-move-constructor-init,
performance-type-promotion-in-math-fn,
performance-unnecessary-copy-initialization,
readability-braces-around-statements,
readability-container-size-empty,
Expand Down

0 comments on commit d324869

Please sign in to comment.