mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-23 18:33:22 +03:00
28 lines
873 B
Plaintext
28 lines
873 B
Plaintext
|
---
|
||
|
Checks: '-*,
|
||
|
bugprone-argument-comment,
|
||
|
google-build-namespaces,
|
||
|
google-readability-namespace-comments,
|
||
|
modernize-avoid-bind,
|
||
|
modernize-make-shared,
|
||
|
modernize-make-unique,
|
||
|
modernize-redundant-void-arg,
|
||
|
modernize-replace-auto-ptr,
|
||
|
modernize-replace-random-shuffle,
|
||
|
modernize-shrink-to-fit,
|
||
|
modernize-use-bool-literals,
|
||
|
modernize-use-default-member-init,
|
||
|
modernize-use-emplace,
|
||
|
modernize-use-equals-default,
|
||
|
modernize-use-noexcept,
|
||
|
modernize-use-nullptr,
|
||
|
modernize-use-override,
|
||
|
modernize-use-transparent-functors,
|
||
|
modernize-use-using,
|
||
|
readability-redundant-member-init'
|
||
|
HeaderFilterRegex: 'base/win/*'
|
||
|
CheckOptions:
|
||
|
- key: modernize-use-default-member-init.UseAssignment
|
||
|
value: 1
|
||
|
...
|