2019-08-16 22:23:00 +00:00
|
|
|
---
|
2020-03-18 16:42:27 +00:00
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
|
2019-08-16 22:23:00 +00:00
|
|
|
# Ideally we'd turn back on a few of these that are disabled near the end
|
2020-10-21 22:06:15 +00:00
|
|
|
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,
|
|
|
|
-readability-uppercase-literal-suffix,
|
|
|
|
-misc-non-private-member-variables-in-classes'
|
2019-08-16 22:23:00 +00:00
|
|
|
WarningsAsErrors: ''
|
|
|
|
HeaderFilterRegex: 'src/xrt/.*'
|
|
|
|
AnalyzeTemporaryDtors: false
|
|
|
|
FormatStyle: file
|
|
|
|
...
|