mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
2983f5a89a
* Run clang-tidy modify with modernize-use-auto * Use using instead of typedef
12 lines
353 B
YAML
12 lines
353 B
YAML
---
|
|
Checks: 'google-readability-casting,modernize-use-default-member-init,modernize-use-using,modernize-use-auto,readability-redundant-member-init'
|
|
WarningsAsErrors: ''
|
|
HeaderFilterRegex: ''
|
|
AnalyzeTemporaryDtors: false
|
|
FormatStyle: none
|
|
CheckOptions:
|
|
- key: modernize-use-using.IgnoreMacros
|
|
value: '0'
|
|
...
|
|
|