blob: be3d06a52fdedfb972df4d29b1bcafb388be2c81 [file] [log] [blame]
Rosen Penevae4dc9a2019-09-25 14:03:30 -07001---
Rosen Penevedf528e2020-02-02 20:03:45 -08002Checks: 'google-readability-casting,modernize-deprecated-headers,modernize-loop-convert,modernize-use-auto,modernize-use-default-member-init,modernize-use-using,readability-else-after-return,readability-redundant-member-init,readability-redundant-string-cstr'
Rosen Penevae4dc9a2019-09-25 14:03:30 -07003WarningsAsErrors: ''
4HeaderFilterRegex: ''
5AnalyzeTemporaryDtors: false
6FormatStyle: none
7CheckOptions:
8 - key: modernize-use-using.IgnoreMacros
9 value: '0'
10...
11