BayesNet/.clang-tidy

18 lines
400 B
Plaintext
Raw Permalink Normal View History

2023-07-20 21:55:01 +00:00
---
Checks: '-*,
clang-*,
bugprone-*,
cppcoreguidelines-*,
modernize-*,
performance-*,
-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
...