mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 04:20:14 +08:00
06b4a07015
`AnalyzeTemporaryDtors` option is no longer recognized by clang-tidy-18, and that renders the whole config invalid and completely ignored... ???
7 lines
221 B
YAML
7 lines
221 B
YAML
---
|
|
Checks: 'clang-analyzer-*,readability-redundant-*,performance-*'
|
|
WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*'
|
|
HeaderFilterRegex: '.*'
|
|
FormatStyle: none
|
|
User: user
|