2020-11-23 17:27:22 -08:00
|
|
|
Checks:
|
2020-11-23 18:01:39 -08:00
|
|
|
# TODO: many of these need to be resolved.
|
|
|
|
# https://github.com/dtolnay/cxx/issues/500
|
2020-11-23 17:27:22 -08:00
|
|
|
clang-analyzer-*,
|
|
|
|
clang-diagnostic-*,
|
|
|
|
cppcoreguidelines-*,
|
|
|
|
modernize-*,
|
2020-11-23 17:28:58 -08:00
|
|
|
-cppcoreguidelines-macro-usage,
|
|
|
|
-cppcoreguidelines-owning-memory,
|
|
|
|
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
2020-11-25 20:50:32 -08:00
|
|
|
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
2020-11-23 17:28:58 -08:00
|
|
|
-cppcoreguidelines-pro-type-const-cast,
|
|
|
|
-cppcoreguidelines-pro-type-member-init,
|
2020-11-23 17:27:22 -08:00
|
|
|
-cppcoreguidelines-pro-type-reinterpret-cast,
|
2020-11-23 17:28:58 -08:00
|
|
|
-cppcoreguidelines-special-member-functions,
|
|
|
|
-modernize-use-default-member-init,
|
2020-12-10 19:54:11 -08:00
|
|
|
-modernize-use-equals-default,
|
2020-11-23 17:27:22 -08:00
|
|
|
-modernize-use-trailing-return-type,
|
2020-11-23 17:06:05 -08:00
|
|
|
HeaderFilterRegex: cxx\.h
|