fix(c): remove arg for clang-tidy

This commit is contained in:
2026-07-01 03:15:57 +02:00
parent 12b4bd254b
commit 5c4ebf8aff
+2
View File
@@ -46,4 +46,6 @@ CheckOptions:
FormatStyle: file
HeaderFilterRegex: '^(src|include|tests)/.*'
RemovedArgs:
- -fanalyzer
...