mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
146218b346
A few suppressions as well where clang-tidy did the wrong thing.
11 lines
710 B
YAML
11 lines
710 B
YAML
---
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
|
|
# 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,-readability-uppercase-literal-suffix'
|
|
WarningsAsErrors: ''
|
|
HeaderFilterRegex: 'src/xrt/.*'
|
|
AnalyzeTemporaryDtors: false
|
|
FormatStyle: file
|
|
...
|