Revision 18197a0747455fa9927b741e8a9bd55517e9bd38 authored by Andrew Adams on 13 September 2020, 02:18:08 UTC, committed by Andrew Adams on 13 September 2020, 02:18:08 UTC
1 parent f2c73e7
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