pipeline/.clang-tidy

15 lines
236 B
YAML

---
Checks:
- boost-*
- bugprone-*
- clang-analyzer-*
- concurrency-*
- cppcoreguidelines-*
- misc-*
- modernize-*
- performance-*
- portability-*
- readability-*
- -readability-identifier-length
FormatStyle: file