2023-07-20 21:55:01 +00:00
|
|
|
---
|
|
|
|
Checks: '-*,
|
|
|
|
clang-*,
|
|
|
|
bugprone-*,
|
|
|
|
cppcoreguidelines-*,
|
|
|
|
modernize-*,
|
|
|
|
performance-*,
|
2024-02-28 10:51:37 +00:00
|
|
|
-modernize-use-nodiscard,
|
2023-07-20 21:55:01 +00:00
|
|
|
-cppcoreguidelines-pro-type-vararg,
|
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
-bugprone-exception-escape'
|
|
|
|
|
2024-03-08 21:20:54 +00:00
|
|
|
HeaderFilterRegex: 'bayesnet/*'
|
2023-07-20 21:55:01 +00:00
|
|
|
AnalyzeTemporaryDtors: false
|
|
|
|
WarningsAsErrors: ''
|
|
|
|
FormatStyle: file
|
|
|
|
...
|