Skip to content

Commit

Permalink
[asan] Suppress lint warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jun 10, 2020
1 parent 834708a commit b040e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
Expand Up @@ -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
Expand Down

0 comments on commit b040e22

Please sign in to comment.