Revision f99018c691eb2dee20074798c8fb65291415a7f4 authored by Ankit Aggarwal on 06 October 2020, 19:15:18 UTC, committed by Ankit Aggarwal on 06 October 2020, 19:15:18 UTC
1 parent 948d3b8
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