• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set noparent
2# Do not check access modifier indentation.
3# CPPLint enforces +1, but our rule is no indentation.
4filter=-whitespace/indent
5
6# TODO: b/364967694 re-enable the warning
7filter=-runtime/int
8# TODO: b/364967694 re-enable the warning
9filter=-runtime/string
10# TODO: b/364967694 re-enable the warning
11filter=-runtime/explicit
12# TODO: b/364967694 re-enable the warning
13filter=-readability/braces
14# TODO: b/364967694 re-enable the warning
15filter=-whitespace/braces
16# TODO: b/364967694 re-enable the warning
17filter=-build/c++11
18# TODO: b/364967694 re-enable the warning
19filter=-readability/todo
20# TODO: b/364967694 re-enable the warning
21filter=-readability/multiline_comment
22# TODO: b/364967694 re-enable the warning
23filter=-build/namespaces
24# TODO: b/364967694 re-enable the warning
25filter=-readability/inheritance
26# TODO: b/364967694 re-enable the warning
27filter=-build/header_guard
28# TODO: b/364967694 re-enable the warning
29filter=-runtime/references
30# TODO: b/364967694 re-enable the warning
31filter=-build/include_what_you_use
32# TODO: b/364967694 re-enable the warning
33filter=-build/include_subdir
34# TODO: b/364967694 re-enable the warning
35filter=-readability/casting
36
37# The following checks are either covered by clang-format,
38# or can produce diagnostics that contradict clang-format.
39filter=-build/include_order
40filter=-whitespace/line_length
41