Revision 16604ae2d5d4da3c689587754c6211335e4a968e authored by Pranav Bhandarkar on 16 October 2020, 00:07:35 UTC, committed by Pranav Bhandarkar on 16 October 2020, 00:07:35 UTC
1 parent 8151b77
Raw File
.clang-tidy
---
Checks: '-*,modernize-use-override,performance-move-const-arg,modernize-use-emplace,performance-noexcept-move-constructor,performance-unnecessary-value-param,performance-unnecessary-copy-initialization,performance-trivially-destructible,bugprone-parent-virtual-call,bugprone-macro-parenthesis,bugprone-string-constructor,bugprone-sizeof-expression,readability-braces-around-statements'
WarningsAsErrors: '*'
HeaderFilterRegex: '(?!.*pybind11.*).*$'
AnalyzeTemporaryDtors: false
FormatStyle: 'file'
...
back to top