mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. (#3048)
This option was deprecated in clang-tidy-16, and removed in clang-tidy-18.
This commit is contained in:
parent
73e2e02b42
commit
6766f873d6
@ -27,7 +27,6 @@ clang-analyzer-*,
|
|||||||
|
|
||||||
WarningsAsErrors: ''
|
WarningsAsErrors: ''
|
||||||
HeaderFilterRegex: '*spdlog/[^f].*'
|
HeaderFilterRegex: '*spdlog/[^f].*'
|
||||||
AnalyzeTemporaryDtors: false
|
|
||||||
FormatStyle: none
|
FormatStyle: none
|
||||||
|
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
|
Loading…
Reference in New Issue
Block a user