From c1d1027ac1bf922972ebb121f369ff59be27103d Mon Sep 17 00:00:00 2001 From: Jakub Kalinski Date: Tue, 2 Apr 2019 22:04:02 +0200 Subject: Enabled performance-inefficient-vector-operation check in clang-tidy --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 520b1a9e39..f51c8fc673 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -19,7 +19,6 @@ modernize-*,\ -modernize-use-using,\ performance-*,\ -performance-inefficient-string-concatenation,\ --performance-inefficient-vector-operation,\ readability-*,\ -readability-function-size,\ -readability-identifier-naming,\ -- cgit v1.2.1