clang-tidy, ci: Move extra-args option to configuration file

This commit is contained in:
Eduardo Almeida
2023-10-30 15:04:58 +00:00
parent ef212ceb9b
commit 629c0c1ed4
2 changed files with 5 additions and 2 deletions

View File

@@ -55,6 +55,9 @@ CheckOptions:
- key: readability-simplify-boolean-expr.SimplifyDeMorgan
value: false
ExtraArgs:
- -Wno-unknown-warning-option
FormatStyle: "file"
HeaderFilterRegex: ".*(ns|NS).*/(contrib|examples|src|scratch|utils)/*/.*h"
UseColor: true