Revision b52205a8058dc9e3e0cf1a2a547aa4ce871a389a authored by Steven Johnson on 09 October 2020, 22:45:18 UTC, committed by Steven Johnson on 09 October 2020, 22:45:18 UTC
2 parent s d93fc2e + 7585907
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