From 026989b21386d942b3321796bdaa8e576a16b1cb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Dec 2018 17:55:02 -0500 Subject: Turn off overly noisy new clang-format checks --- wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wscript b/wscript index 03a86172..848f6657 100644 --- a/wscript +++ b/wscript @@ -176,8 +176,10 @@ def lint(ctx): "checks code for style issues" import subprocess cmd = ("clang-tidy -p=. -header-filter=.* -checks=\"*," + + "-bugprone-suspicious-string-compare," + "-clang-analyzer-alpha.*," + "-google-readability-todo," + + "-hicpp-signed-bitwise," + "-llvm-header-guard," + "-misc-unused-parameters," + "-readability-else-after-return\" " + -- cgit v1.2.1