mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
This configuration just suppresses the necessary clang-* checks which are enabled by default. This way has a bit of file spam, but is nice because different components (in particular, ones actually internal to ardour) can be audited/strengthened independently.
16 lines
357 B
YAML
16 lines
357 B
YAML
Checks: >
|
|
# The clang-* checks are enabled by default. To enable extra checks, add
|
|
# patterns for them above this comment, for example:
|
|
# bugprone-*,
|
|
# cert-*,
|
|
# cppcoreguidelines-*,
|
|
# google-*,
|
|
# hicpp-*,
|
|
# misc-*,
|
|
# modernize-*,
|
|
# objc-*,
|
|
#
|
|
# Or go nuclear with "*"
|
|
WarningsAsErrors: '*'
|
|
HeaderFilterRegex: '.*'
|
|
FormatStyle: file
|