2020-09-11 01:16:40 +00:00
|
|
|
FormatStyle: file
|
|
|
|
|
|
|
|
Checks: '
|
|
|
|
llvm-namespace-comment,
|
2021-06-19 22:38:56 +00:00
|
|
|
modernize-avoid-bind,
|
|
|
|
modernize-replace-auto-ptr,
|
|
|
|
modernize-replace-disallow-copy-and-assign-macro,
|
|
|
|
modernize-shrink-to-fit,
|
2020-09-11 03:20:47 +00:00
|
|
|
modernize-use-auto,
|
2021-06-19 22:38:56 +00:00
|
|
|
modernize-use-equals-default,
|
|
|
|
modernize-use-equals-delete,
|
2020-09-11 03:26:50 +00:00
|
|
|
modernize-use-emplace,
|
2021-06-19 22:38:56 +00:00
|
|
|
modernize-use-override,
|
|
|
|
modernize-use-using,
|
|
|
|
readability-container-size-empty,
|
2020-09-11 01:16:40 +00:00
|
|
|
'
|
|
|
|
|
2021-06-19 17:53:27 +00:00
|
|
|
CheckOptions:
|
|
|
|
- key: performance-unnecessary-value-param.AllowedTypes
|
|
|
|
value: 'exception_ptr$;'
|
|
|
|
|
2020-09-11 01:16:40 +00:00
|
|
|
HeaderFilterRegex: 'pybind11/.*h'
|
2021-06-19 22:38:56 +00:00
|
|
|
|
|
|
|
WarningsAsErrors: '*'
|