| William Escande | e77379c | 2024-06-11 16:39:10 -0700 | [diff] [blame] | 1 | set noparent |
| William Escande | 7b2ca83 | 2024-06-21 18:52:47 +0000 | [diff] [blame] | 2 | # Do not check access modifier indentation. |
| 3 | # CPPLint enforces +1, but our rule is no indentation. |
| William Escande | c615aa5 | 2024-09-05 16:41:02 -0700 | [diff] [blame] | 4 | filter=-whitespace/indent |
| 5 | |
| 6 | # TODO: b/364967694 re-enable the warning |
| William Escande | c615aa5 | 2024-09-05 16:41:02 -0700 | [diff] [blame] | 7 | filter=-runtime/int |
| 8 | # TODO: b/364967694 re-enable the warning |
| 9 | filter=-runtime/string |
| 10 | # TODO: b/364967694 re-enable the warning |
| 11 | filter=-runtime/explicit |
| 12 | # TODO: b/364967694 re-enable the warning |
| 13 | filter=-readability/braces |
| 14 | # TODO: b/364967694 re-enable the warning |
| 15 | filter=-whitespace/braces |
| 16 | # TODO: b/364967694 re-enable the warning |
| 17 | filter=-build/c++11 |
| 18 | # TODO: b/364967694 re-enable the warning |
| 19 | filter=-readability/todo |
| 20 | # TODO: b/364967694 re-enable the warning |
| 21 | filter=-readability/multiline_comment |
| 22 | # TODO: b/364967694 re-enable the warning |
| 23 | filter=-build/namespaces |
| 24 | # TODO: b/364967694 re-enable the warning |
| 25 | filter=-readability/inheritance |
| 26 | # TODO: b/364967694 re-enable the warning |
| 27 | filter=-build/header_guard |
| 28 | # TODO: b/364967694 re-enable the warning |
| 29 | filter=-runtime/references |
| 30 | # TODO: b/364967694 re-enable the warning |
| 31 | filter=-build/include_what_you_use |
| 32 | # TODO: b/364967694 re-enable the warning |
| 33 | filter=-build/include_subdir |
| 34 | # TODO: b/364967694 re-enable the warning |
| 35 | filter=-readability/casting |
| Henri Chataing | 5174a06 | 2025-02-10 14:30:50 -0800 | [diff] [blame] | 36 | |
| 37 | # The following checks are either covered by clang-format, |
| 38 | # or can produce diagnostics that contradict clang-format. |
| 39 | filter=-build/include_order |
| Christine Hallstrom | 2b5e15a | 2025-03-04 23:19:10 +0000 | [diff] [blame] | 40 | filter=-whitespace/line_length |