mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-23 23:11:34 +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:
parent
d609bd1ab1
commit
da388c93eb
1 changed files with 0 additions and 2 deletions
|
@ -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*,
|
||||
|
|
Loading…
Reference in a new issue