Revision 25031fdbb775f9b788693ca02e368a72c5a15184 authored by Max Desiatov on 21 February 2024, 21:53:34 UTC, committed by GitHub on 21 February 2024, 21:53:34 UTC
With https://github.com/apple/swift-package-manager/pull/7258 SourceKit-LSP gains an explicit dependency on Swift Driver, which we have to express in CMake builds too.
1 parent 165b3e8
Raw File
.clang-tidy
# See https://clang.llvm.org/extra/clang-tidy/checks/list.html

Checks: '
-*,
llvm-*,
misc-*,
-misc-const-correctness,
-misc-unused-parameters,
-misc-non-private-member-variables-in-classes,
-misc-no-recursion,
-misc-use-anonymous-namespace,
-readability-qualified-auto,
-llvm-qualified-auto
'
back to top