openmw/.clang-tidy

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
287 B
Text
Raw Normal View History

2022-09-25 13:37:59 +00:00
Checks: >
-*,
portability-*,
clang-analyzer-*,
-clang-analyzer-optin.*,
2022-09-25 13:37:59 +00:00
-clang-analyzer-cplusplus.NewDeleteLeaks,
-clang-analyzer-cplusplus.NewDelete,
2023-05-16 21:06:18 +02:00
-clang-analyzer-core.CallAndMessage,
modernize-avoid-bind
2025-03-30 19:55:41 +02:00
WarningsAsErrors: '*'
2025-03-30 03:35:47 +02:00
HeaderFilterRegex: '(apps|components)/'