summaryrefslogtreecommitdiff
path: root/CPPLINT.cfg
diff options
context:
space:
mode:
author Stefano Cianciulli <scianciulli@google.com> 2023-03-30 12:35:16 +0000
committer Stefano Cianciulli <scianciulli@google.com> 2023-04-05 11:04:51 +0000
commitba87ab5ca06eb85300b3b63f420914f76843a4a5 (patch)
treeb86b5946911a42bc1bcc3cac6321e765219371c4 /CPPLINT.cfg
parent2bb753eabb80ad9ed90dfef3693c1e72d3d9f689 (diff)
Fix "readability-redundant-string-cstr" clang-tidy issues
Bug: 264654008 Test: m tidy-art Change-Id: Ic852d58f106187791fa3a0d31829654de41bcb2b
Diffstat (limited to 'CPPLINT.cfg')
-rw-r--r--CPPLINT.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/CPPLINT.cfg b/CPPLINT.cfg
index 83288421e2..71a5a26b0e 100644
--- a/CPPLINT.cfg
+++ b/CPPLINT.cfg
@@ -31,3 +31,4 @@ filter=-readability/function,-readability/streams,-readability/todo
filter=-runtime/printf,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn
# TODO: this should be re-enabled.
filter=-whitespace/line_length
+filter=-whitespace/braces