2019-08-16 22:23:00 +00:00
|
|
|
---
|
2020-03-18 16:42:27 +00:00
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
2022-04-12 21:20:11 +00:00
|
|
|
# SPDX-FileCopyrightText: 2018-2022, Collabora, Ltd. and the Monado contributors
|
|
|
|
# Ideally we'd turn back on some of these that are disabled.
|
|
|
|
# Things on the same line are synonyms
|
|
|
|
Checks: |
|
|
|
|
clang-diagnostic-*,
|
|
|
|
clang-analyzer-*,
|
|
|
|
performance-*,
|
|
|
|
bugprone-*,
|
|
|
|
cert-*,
|
|
|
|
readability-*,
|
|
|
|
misc-*,
|
|
|
|
-modernize-*,
|
|
|
|
-misc-static-assert,
|
|
|
|
-bugprone-macro-parentheses,
|
|
|
|
-bugprone-reserved-identifier,-cert-dcl37-c,-cert-dcl51-cpp,
|
|
|
|
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
|
|
|
|
-clang-analyzer-security.insecureAPI.strcpy,
|
|
|
|
-clang-diagnostic-missing-braces,
|
|
|
|
-clang-diagnostic-missing-field-initializers,
|
|
|
|
-misc-non-private-member-variables-in-classes,
|
|
|
|
-misc-unused-parameters,
|
|
|
|
-readability-braces-around-statements,
|
|
|
|
-readability-implicit-bool-conversion,
|
|
|
|
-readability-redundant-access-specifiers,
|
|
|
|
-readability-uppercase-literal-suffix,
|
2022-05-17 15:30:59 +00:00
|
|
|
-readability-identifier-length,
|
2019-08-16 22:23:00 +00:00
|
|
|
WarningsAsErrors: ''
|
|
|
|
HeaderFilterRegex: 'src/xrt/.*'
|
|
|
|
AnalyzeTemporaryDtors: false
|
|
|
|
FormatStyle: file
|
|
|
|
...
|