John Stiles | 1cf2c8d | 2020-08-13 22:58:04 -0400 | [diff] [blame] | 1 | Checks: > |
| 2 | -*, |
| 3 | bugprone-argument-comment, |
| 4 | bugprone-bool-pointer-implicit-conversion, |
John Stiles | c1c3c6d | 2020-08-15 23:22:53 -0400 | [diff] [blame] | 5 | bugprone-suspicious-string-compare, |
John Stiles | 1cf2c8d | 2020-08-13 22:58:04 -0400 | [diff] [blame] | 6 | bugprone-undelegated-constructor, |
| 7 | bugprone-unused-raii, |
| 8 | bugprone-use-after-move, |
| 9 | google-build-namespaces, |
| 10 | llvm-namespace-comment, |
| 11 | misc-definitions-in-headers, |
Brian Osman | 6dfa4d6 | 2023-05-18 11:05:05 -0400 | [diff] [blame] | 12 | misc-uniqueptr-reset-release, |
John Stiles | 1cf2c8d | 2020-08-13 22:58:04 -0400 | [diff] [blame] | 13 | modernize-make-unique, |
John Stiles | fe0de30 | 2020-08-14 10:52:06 -0400 | [diff] [blame] | 14 | modernize-use-nullptr, |
John Stiles | 1cf2c8d | 2020-08-13 22:58:04 -0400 | [diff] [blame] | 15 | modernize-use-override, |
| 16 | performance-for-range-copy, |
Brian Osman | 956f33a | 2023-05-18 09:25:05 -0400 | [diff] [blame] | 17 | performance-move-constructor-init, |
John Stiles | 1cf2c8d | 2020-08-13 22:58:04 -0400 | [diff] [blame] | 18 | performance-unnecessary-copy-initialization, |
| 19 | readability-const-return-type, |
| 20 | readability-redundant-preprocessor, |
John Stiles | a008b0f | 2020-08-16 08:48:02 -0400 | [diff] [blame] | 21 | readability-redundant-smartptr-get, |
John Stiles | 1cf2c8d | 2020-08-13 22:58:04 -0400 | [diff] [blame] | 22 | readability-static-accessed-through-instance |
John Stiles | a6841be | 2020-08-06 14:11:56 -0400 | [diff] [blame] | 23 | CheckOptions: |
John Stiles | 3215385 | 2020-08-23 18:30:07 -0400 | [diff] [blame] | 24 | - key: llvm-namespace-comment.ShortNamespaceLines |
| 25 | value: 40 |
John Stiles | a6841be | 2020-08-06 14:11:56 -0400 | [diff] [blame] | 26 | - key: llvm-namespace-comment.SpacesBeforeComments |
| 27 | value: 2 |