blob: ce6d28b014c5ef1481f37014ef620fe2089d24a8 [file] [log] [blame]
John Stiles1cf2c8d2020-08-13 22:58:04 -04001Checks: >
2 -*,
3 bugprone-argument-comment,
4 bugprone-bool-pointer-implicit-conversion,
John Stilesc1c3c6d2020-08-15 23:22:53 -04005 bugprone-suspicious-string-compare,
John Stiles1cf2c8d2020-08-13 22:58:04 -04006 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 Stilesfe0de302020-08-14 10:52:06 -040013 modernize-use-nullptr,
John Stiles1cf2c8d2020-08-13 22:58:04 -040014 modernize-use-override,
15 performance-for-range-copy,
16 performance-unnecessary-copy-initialization,
17 readability-const-return-type,
18 readability-redundant-preprocessor,
John Stilesa008b0f2020-08-16 08:48:02 -040019 readability-redundant-smartptr-get,
John Stiles1cf2c8d2020-08-13 22:58:04 -040020 readability-static-accessed-through-instance
John Stilesa6841be2020-08-06 14:11:56 -040021CheckOptions:
John Stiles32153852020-08-23 18:30:07 -040022 - key: llvm-namespace-comment.ShortNamespaceLines
23 value: 40
John Stilesa6841be2020-08-06 14:11:56 -040024 - key: llvm-namespace-comment.SpacesBeforeComments
25 value: 2