mirror of
https://github.com/systemd/systemd
synced 2025-10-05 16:03:15 +02:00
15 lines
255 B
YAML
15 lines
255 B
YAML
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
---
|
|
Checks: '
|
|
-*,
|
|
misc-header-include-cycle,
|
|
readability-duplicate-include,
|
|
bugprone-argument-comment
|
|
'
|
|
WarningsAsErrors: '*'
|
|
HeaderFileExtensions:
|
|
- h
|
|
ImplementationFileExtensions:
|
|
- c
|
|
...
|