mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
14 lines
224 B
YAML
14 lines
224 B
YAML
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
---
|
|
Checks: '
|
|
-*,
|
|
misc-header-include-cycle,
|
|
readability-duplicate-include
|
|
'
|
|
WarningsAsErrors: '*'
|
|
HeaderFileExtensions:
|
|
- h
|
|
ImplementationFileExtensions:
|
|
- c
|
|
...
|