2024-01-29 16:47:28 +00:00
|
|
|
# Stop searching for additional config files.
|
|
|
|
set noparent
|
|
|
|
|
|
|
|
exclude_files=trantor
|
|
|
|
exclude_files=build
|
|
|
|
|
|
|
|
# Use non-const reference rather than a pointer.
|
|
|
|
filter=-runtime/references
|
|
|
|
|
|
|
|
# CHECK macros are from Drogon, not Google Test.
|
|
|
|
filter=-readability/check
|
|
|
|
|
2024-10-09 10:20:29 +00:00
|
|
|
# Don't warn about the use of C++11 or C++17 features.
|
2024-01-29 16:47:28 +00:00
|
|
|
filter=-build/c++11
|
2024-10-09 10:20:29 +00:00
|
|
|
filter=-build/c++17
|
2024-01-29 16:47:28 +00:00
|
|
|
|
|
|
|
filter=-build/include_subdir
|
|
|
|
|
|
|
|
# We prioritize clang-format for now.
|
|
|
|
filter=-whitespace
|
|
|
|
|
|
|
|
# We don't require a username in TODO comments.
|
|
|
|
filter=-readability/todo
|
|
|
|
|
|
|
|
# TODO: Fix these.
|
|
|
|
filter=-legal/copyright
|
|
|
|
filter=-build/namespaces
|
|
|
|
filter=-build/include
|
|
|
|
filter=-build/include_what_you_use
|
|
|
|
filter=-runtime/explicit
|
|
|
|
filter=-runtime/string
|
|
|
|
filter=-runtime/int
|
|
|
|
filter=-readability/casting
|
|
|
|
filter=-readability/braces
|
|
|
|
filter=-readability/fn_size
|
|
|
|
filter=-runtime/threadsafe_fn
|