| David Tolnay | 83bb58c | 2020-11-23 17:27:22 -0800 | [diff] [blame] | 1 | Checks: |
| David Tolnay | 16bcd38 | 2020-11-23 18:01:39 -0800 | [diff] [blame^] | 2 | # TODO: many of these need to be resolved. |
| 3 | # https://github.com/dtolnay/cxx/issues/500 |
| David Tolnay | 83bb58c | 2020-11-23 17:27:22 -0800 | [diff] [blame] | 4 | clang-analyzer-*, |
| 5 | clang-diagnostic-*, |
| 6 | cppcoreguidelines-*, |
| 7 | modernize-*, |
| David Tolnay | 1c70aca | 2020-11-23 17:28:58 -0800 | [diff] [blame] | 8 | -cppcoreguidelines-avoid-magic-numbers, |
| 9 | -cppcoreguidelines-macro-usage, |
| 10 | -cppcoreguidelines-owning-memory, |
| 11 | -cppcoreguidelines-pro-bounds-array-to-pointer-decay, |
| 12 | -cppcoreguidelines-pro-type-const-cast, |
| 13 | -cppcoreguidelines-pro-type-member-init, |
| David Tolnay | 83bb58c | 2020-11-23 17:27:22 -0800 | [diff] [blame] | 14 | -cppcoreguidelines-pro-type-reinterpret-cast, |
| David Tolnay | 1c70aca | 2020-11-23 17:28:58 -0800 | [diff] [blame] | 15 | -cppcoreguidelines-special-member-functions, |
| 16 | -modernize-use-default-member-init, |
| 17 | -modernize-use-equals-default, |
| 18 | -modernize-use-override, |
| David Tolnay | 83bb58c | 2020-11-23 17:27:22 -0800 | [diff] [blame] | 19 | -modernize-use-trailing-return-type, |
| David Tolnay | 6f2a126 | 2020-11-23 17:06:05 -0800 | [diff] [blame] | 20 | HeaderFilterRegex: cxx\.h |