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