[asan] Suppress lint warning in tests
authorVitaly Buka <vitalybuka@google.com>
Wed, 10 Jun 2020 10:21:56 +0000 (03:21 -0700)
committerVitaly Buka <vitalybuka@google.com>
Wed, 10 Jun 2020 10:28:27 +0000 (03:28 -0700)
compiler-rt/lib/sanitizer_common/scripts/check_lint.sh

index 4a2feba..6306581 100755 (executable)
@@ -19,7 +19,7 @@ fi
 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
 -build/namespaces,-build/c++11,-runtime/int
 
-COMMON_LIT_TEST_LINT_FILTER=-whitespace/indent,-whitespace/line_length,-runtime/arrays
+COMMON_LIT_TEST_LINT_FILTER=-whitespace/indent,-whitespace/line_length,-runtime/arrays,-readability/braces
 
 ASAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER}
 ASAN_TEST_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/printf,-runtime/threadsafe_fn