xref: /aosp_15_r20/external/skia/.clang-tidy (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1Checks: >
2    -*,
3    bugprone-argument-comment,
4    bugprone-bool-pointer-implicit-conversion,
5    bugprone-suspicious-string-compare,
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    misc-uniqueptr-reset-release,
13    modernize-make-unique,
14    modernize-use-nullptr,
15    modernize-use-override,
16    performance-for-range-copy,
17    performance-move-constructor-init,
18    performance-unnecessary-copy-initialization,
19    readability-const-return-type,
20    readability-redundant-preprocessor,
21    readability-redundant-smartptr-get,
22    readability-static-accessed-through-instance
23CheckOptions:
24  - key:             llvm-namespace-comment.ShortNamespaceLines
25    value:           40
26  - key:             llvm-namespace-comment.SpacesBeforeComments
27    value:           2
28