From 1b65cf7e494ce8fe51a92dc8cee4aaaa81fefec1 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Fri, 20 Mar 2020 22:13:48 +0200 Subject: [build] Thread clang-tidy performance-* warnings as errors With all them fixed, they won't come back. --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 3f42ab7103..d9cc3baaa6 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,4 @@ Checks: '-*,bugprone-*,clang-analyzer-*,google-*,modernize-*,performance-*,-clang-analyzer-osx.*,-google-readability-braces-around-statements,-google-readability-todo,-google-runtime-int,-google-runtime-references' -WarningsAsErrors: 'bugprone-use-after-move,performance-move-const-arg' +WarningsAsErrors: 'bugprone-use-after-move,performance-*' HeaderFilterRegex: '.*' FormatStyle: file -- cgit v1.2.1