mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 17:13:53 +00:00
e0b5cbd4c6
* Add more modernize clang-tidy checks * Enable a few more
25 lines
539 B
YAML
25 lines
539 B
YAML
FormatStyle: file
|
|
|
|
Checks: '
|
|
llvm-namespace-comment,
|
|
modernize-avoid-bind,
|
|
modernize-replace-auto-ptr,
|
|
modernize-replace-disallow-copy-and-assign-macro,
|
|
modernize-shrink-to-fit,
|
|
modernize-use-auto,
|
|
modernize-use-equals-default,
|
|
modernize-use-equals-delete,
|
|
modernize-use-emplace,
|
|
modernize-use-override,
|
|
modernize-use-using,
|
|
readability-container-size-empty,
|
|
'
|
|
|
|
CheckOptions:
|
|
- key: performance-unnecessary-value-param.AllowedTypes
|
|
value: 'exception_ptr$;'
|
|
|
|
HeaderFilterRegex: 'pybind11/.*h'
|
|
|
|
WarningsAsErrors: '*'
|