-
Administrator authored
The format works for clang-tidy version 11 and 16. Use clang-format automatically after running clang-tidy to also format the changed file. Add modernize-deprecated-headers check which warns about old C header files.
Administrator authoredThe format works for clang-tidy version 11 and 16. Use clang-format automatically after running clang-tidy to also format the changed file. Add modernize-deprecated-headers check which warns about old C header files.
.clang-tidy 259 B
Checks: '-*,modernize-deprecated-headers'
WarningsAsErrors: ''
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle: file
CheckOptions:
- key: modernize-deprecated-headers.CheckHeaderFile
value: 'true'
...