1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-23 06:11:33 +00:00

Remove boost-* clang-tidy checks

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.
This commit is contained in:
elsid 2025-03-30 01:48:41 +01:00
parent d609bd1ab1
commit da388c93eb
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -1,6 +1,5 @@
Checks: >
-*,
boost-*,
portability-*,
clang-analyzer-*,
-clang-analyzer-optin*,
@ -9,7 +8,6 @@ Checks: >
-modernize-avoid-bind
WarningsAsErrors: >
-*,
boost-*,
portability-*,
clang-analyzer-*,
-clang-analyzer-optin*,