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, |
| 12 | modernize-make-unique, |
John Stiles | fe0de30 | 2020-08-14 10:52:06 -0400 | [diff] [blame] | 13 | modernize-use-nullptr, |
John Stiles | 1cf2c8d | 2020-08-13 22:58:04 -0400 | [diff] [blame] | 14 | modernize-use-override, |
| 15 | performance-for-range-copy, |
| 16 | performance-unnecessary-copy-initialization, |
| 17 | readability-const-return-type, |
| 18 | readability-redundant-preprocessor, |
John Stiles | a008b0f | 2020-08-16 08:48:02 -0400 | [diff] [blame] | 19 | readability-redundant-smartptr-get, |
John Stiles | 1cf2c8d | 2020-08-13 22:58:04 -0400 | [diff] [blame] | 20 | readability-static-accessed-through-instance |
John Stiles | a6841be | 2020-08-06 14:11:56 -0400 | [diff] [blame] | 21 | CheckOptions: |
John Stiles | 3215385 | 2020-08-23 18:30:07 -0400 | [diff] [blame] | 22 | - key: llvm-namespace-comment.ShortNamespaceLines |
| 23 | value: 40 |
John Stiles | a6841be | 2020-08-06 14:11:56 -0400 | [diff] [blame] | 24 | - key: llvm-namespace-comment.SpacesBeforeComments |
| 25 | value: 2 |