Revision 9db0d7986dd02ca33128f0970590899d74213084 authored by Alex Reinking on 28 July 2020, 16:57:46 UTC, committed by Alex Reinking on 28 July 2020, 16:57:46 UTC
1 parent 4232fe2
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'
WarningsAsErrors: '*'
HeaderFilterRegex: '(?!.*pybind11.*).*$'
AnalyzeTemporaryDtors: false
FormatStyle: 'file'
...
back to top