mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-23 11:55:11 +00:00
project: Adjust clang-tidy configuration
This commit is contained in:
parent
20e1a94eba
commit
5e307a8e36
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
Checks: '-*,clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-*,portability-*,readability-*,performance-*'
|
||||
WarningsAsErrors: ''
|
||||
Checks: '-*,clang-diagnostic-*,clang-analyzer-*,readability-*,performance-*,portability-*,-portability-simd-intrinsics'
|
||||
WarningsAsErrors: false
|
||||
HeaderFilterRegex: ''
|
||||
AnalyzeTemporaryDtors: false
|
||||
FormatStyle: none
|
||||
FormatStyle: file
|
||||
User: Xaymar
|
||||
CheckOptions:
|
||||
- key: cert-dcl16-c.NewSuffixes
|
||||
|
|
Loading…
Reference in a new issue