blob: d04adc0048316fa9a54451d54c9465a469b8d718 [file] [log] [blame]
William Escandee77379c2024-06-11 16:39:10 -07001set noparent
2linelength=100
William Escande7b2ca832024-06-21 18:52:47 +00003# Do not check access modifier indentation.
4# CPPLint enforces +1, but our rule is no indentation.
William Escandec615aa52024-09-05 16:41:02 -07005filter=-whitespace/indent
6
7# TODO: b/364967694 re-enable the warning
William Escandec615aa52024-09-05 16:41:02 -07008filter=-runtime/int
9# TODO: b/364967694 re-enable the warning
10filter=-runtime/string
11# TODO: b/364967694 re-enable the warning
12filter=-runtime/explicit
13# TODO: b/364967694 re-enable the warning
14filter=-readability/braces
15# TODO: b/364967694 re-enable the warning
16filter=-whitespace/braces
17# TODO: b/364967694 re-enable the warning
18filter=-build/c++11
19# TODO: b/364967694 re-enable the warning
20filter=-readability/todo
21# TODO: b/364967694 re-enable the warning
22filter=-readability/multiline_comment
23# TODO: b/364967694 re-enable the warning
24filter=-build/namespaces
25# TODO: b/364967694 re-enable the warning
26filter=-readability/inheritance
27# TODO: b/364967694 re-enable the warning
28filter=-build/header_guard
29# TODO: b/364967694 re-enable the warning
30filter=-runtime/references
31# TODO: b/364967694 re-enable the warning
32filter=-build/include_what_you_use
33# TODO: b/364967694 re-enable the warning
34filter=-build/include_subdir
35# TODO: b/364967694 re-enable the warning
36filter=-readability/casting
Henri Chataing5174a062025-02-10 14:30:50 -080037
38# The following checks are either covered by clang-format,
39# or can produce diagnostics that contradict clang-format.
40filter=-build/include_order