mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00

There are only: * https://clang.llvm.org/extra/clang-tidy/checks/boost/use-ranges.html * https://clang.llvm.org/extra/clang-tidy/checks/boost/use-to-string.html None of them makes sense in this project.
16 lines
397 B
YAML
16 lines
397 B
YAML
Checks: >
|
|
-*,
|
|
portability-*,
|
|
clang-analyzer-*,
|
|
-clang-analyzer-optin*,
|
|
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
|
-clang-analyzer-core.CallAndMessage,
|
|
-modernize-avoid-bind
|
|
WarningsAsErrors: >
|
|
-*,
|
|
portability-*,
|
|
clang-analyzer-*,
|
|
-clang-analyzer-optin*,
|
|
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
|
-clang-analyzer-core.CallAndMessage
|
|
HeaderFilterRegex: '(apps|components)/'
|