mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
17 lines
357 B
Text
17 lines
357 B
Text
|
|
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
|