Files
asl/.clang-tidy
Steven Le Rouzic f0cccbe328 Replace ASL_MOVE, ASL_FWD, and ASL_FWD_LIKE by their std:: equivalent
This is because some compiler stuff and diagnostics tools rely on those
symboles being what they are.
2025-03-06 22:56:56 +01:00

16 lines
362 B
YAML

Checks:
- "*"
- "-llvm*"
- "-altera*"
- "-fuchsia*"
- "-*-use-trailing-return-type"
- "-readability-identifier-length"
- "-cppcoreguidelines-macro-usage"
- "-*-avoid-c-arrays"
- "-*-non-private-member-variables-in-classes"
- "-*-use-anonymous-namespace"
- "-cert-err58-cpp"
- "-*noexcept*"
- "-*-magic-numbers"
- "-*-named-parameter"