1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 20:59:55 +00:00
openmw/.clang-tidy
2022-09-25 13:37:59 +00:00

10 lines
235 B
YAML

Checks: >
-*,
boost-*,
portability-*,
clang-analyzer-*,
-clang-analyzer-optin*,
-clang-analyzer-cplusplus.NewDeleteLeaks,
-clang-analyzer-core.CallAndMessage
WarningsAsErrors: true
HeaderFilterRegex: '^(apps|components)'