LV2 subproject with meson
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
533 B

Checks: >
*,
-*-else-after-return,
-*-magic-numbers,
-*-uppercase-literal-suffix,
-bugprone-macro-parentheses,
-bugprone-suspicious-include,
-bugprone-suspicious-string-compare,
-clang-diagnostic-empty-translation-unit,
-clang-diagnostic-unused-function,
-clang-diagnostic-unused-macros,
-hicpp-signed-bitwise,
-llvm-header-guard,
-llvmlibc-*,
-misc-unused-parameters,
-modernize-redundant-void-arg,
-modernize-use-trailing-return-type,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file