blob: 178f4a5a59b930341fefefcce19df0faf6357a1e [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,
19 readability-static-accessed-through-instance
John Stilesa6841be2020-08-06 14:11:56 -040020CheckOptions:
21 - key: llvm-namespace-comment.SpacesBeforeComments
22 value: 2