mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-02 20:08:29 +00:00
Add clang-tidy config file.
This commit is contained in:
parent
ca47a216c3
commit
758373b7de
8
.clang-tidy
Normal file
8
.clang-tidy
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
# Ideally we'd turn back on a few of these that are disabled near the end
|
||||||
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,performance-*,bugprone-*,cert-*,readability-*,misc-*,-modernize-*,-clang-analyzer-security.insecureAPI.strcpy,-bugprone-macro-parentheses,-readability-braces-around-statements,-misc-unused-parameters,-readability-implicit-bool-conversion,-clang-diagnostic-missing-field-initializers,-clang-diagnostic-missing-braces'
|
||||||
|
WarningsAsErrors: ''
|
||||||
|
HeaderFilterRegex: 'src/xrt/.*'
|
||||||
|
AnalyzeTemporaryDtors: false
|
||||||
|
FormatStyle: file
|
||||||
|
...
|
Loading…
Reference in a new issue