mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-24 03:11:36 +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: >
|
Checks: >
|
||||||
-*,
|
-*,
|
||||||
boost-*,
|
|
||||||
portability-*,
|
portability-*,
|
||||||
clang-analyzer-*,
|
clang-analyzer-*,
|
||||||
-clang-analyzer-optin*,
|
-clang-analyzer-optin*,
|
||||||
|
@ -9,7 +8,6 @@ Checks: >
|
||||||
-modernize-avoid-bind
|
-modernize-avoid-bind
|
||||||
WarningsAsErrors: >
|
WarningsAsErrors: >
|
||||||
-*,
|
-*,
|
||||||
boost-*,
|
|
||||||
portability-*,
|
portability-*,
|
||||||
clang-analyzer-*,
|
clang-analyzer-*,
|
||||||
-clang-analyzer-optin*,
|
-clang-analyzer-optin*,
|
||||||
|
|
Loading…
Reference in a new issue