Lines Matching full:we
21 # TODO: Retry once we upgrade the checker.
36 # Currently we fix a certain version of clang-tidy to avoid unstable linting,
53 # Hence we check for ERROR_VARIABLE instead of RESULT_VARIABLE.
66 # definition. We add it to targets on which we run clang-tidy just to
93 # * We use permissive policy for checks, i.e. everything is enabled by default,
95 # * We maintain the list of global exceptions in this function (not in .clang-tidy)
147 "-readability-identifier-naming" # disabled because we will use little-hump-style
149 …"-fuchsia-trailing-return" # disabled because we have a lot of false positives and it is stylisti…
150 …"-fuchsia-default-arguments-calls" # disabled because we use functions with default arguments a lot
151 …"-fuchsia-default-arguments-declarations" # disabled because we use functions with default argumen…
159 … "-cppcoreguidelines-owning-memory" # TODO(dtrubenkov): look if we want to use GSL or gsl-lite
161 …"-cppcoreguidelines-pro-bounds-constant-array-index" # TODO(dtrubenkov): look if we want to use G…