2020-08-14 02:58:04 +00:00
|
|
|
Checks: >
|
|
|
|
-*,
|
|
|
|
bugprone-argument-comment,
|
|
|
|
bugprone-bool-pointer-implicit-conversion,
|
2020-08-16 03:22:53 +00:00
|
|
|
bugprone-suspicious-string-compare,
|
2020-08-14 02:58:04 +00:00
|
|
|
bugprone-undelegated-constructor,
|
|
|
|
bugprone-unused-raii,
|
|
|
|
bugprone-use-after-move,
|
|
|
|
google-build-namespaces,
|
|
|
|
llvm-namespace-comment,
|
|
|
|
misc-definitions-in-headers,
|
|
|
|
modernize-make-unique,
|
2020-08-14 14:52:06 +00:00
|
|
|
modernize-use-nullptr,
|
2020-08-14 02:58:04 +00:00
|
|
|
modernize-use-override,
|
|
|
|
performance-for-range-copy,
|
|
|
|
performance-unnecessary-copy-initialization,
|
|
|
|
readability-const-return-type,
|
|
|
|
readability-redundant-preprocessor,
|
2020-08-16 12:48:02 +00:00
|
|
|
readability-redundant-smartptr-get,
|
2020-08-14 02:58:04 +00:00
|
|
|
readability-static-accessed-through-instance
|
2020-08-06 18:11:56 +00:00
|
|
|
CheckOptions:
|
2020-08-23 22:30:07 +00:00
|
|
|
- key: llvm-namespace-comment.ShortNamespaceLines
|
|
|
|
value: 40
|
2020-08-06 18:11:56 +00:00
|
|
|
- key: llvm-namespace-comment.SpacesBeforeComments
|
|
|
|
value: 2
|