Revision a6177461e3e271168e72576ab7c403db429a0e45 authored by Steven Johnson on 23 July 2020, 21:26:56 UTC, committed by Steven Johnson on 23 July 2020, 21:26:56 UTC
1 parent 02e89f7
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