blob: 1d45713629de8ef32f584adb285cc7c3875507f7 [file] [log] [blame]
David Tolnay83bb58c2020-11-23 17:27:22 -08001Checks:
David Tolnay16bcd382020-11-23 18:01:39 -08002 # TODO: many of these need to be resolved.
3 # https://github.com/dtolnay/cxx/issues/500
David Tolnay83bb58c2020-11-23 17:27:22 -08004 clang-analyzer-*,
5 clang-diagnostic-*,
6 cppcoreguidelines-*,
7 modernize-*,
David Tolnay1c70aca2020-11-23 17:28:58 -08008 -cppcoreguidelines-macro-usage,
9 -cppcoreguidelines-owning-memory,
10 -cppcoreguidelines-pro-bounds-array-to-pointer-decay,
David Tolnayff7f5fb2020-11-25 20:50:32 -080011 -cppcoreguidelines-pro-bounds-pointer-arithmetic,
David Tolnay1c70aca2020-11-23 17:28:58 -080012 -cppcoreguidelines-pro-type-const-cast,
13 -cppcoreguidelines-pro-type-member-init,
David Tolnay83bb58c2020-11-23 17:27:22 -080014 -cppcoreguidelines-pro-type-reinterpret-cast,
David Tolnay1c70aca2020-11-23 17:28:58 -080015 -cppcoreguidelines-special-member-functions,
16 -modernize-use-default-member-init,
David Tolnay83bb58c2020-11-23 17:27:22 -080017 -modernize-use-trailing-return-type,
David Tolnay6f2a1262020-11-23 17:06:05 -080018HeaderFilterRegex: cxx\.h