blob: 99e914df9490f45ad0ee43beb1351256704d089e [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
Christopher Dunnbe4a5122021-01-09 22:39:07 -06007CheckOptions:
Rosen Penevae4dc9a2019-09-25 14:03:30 -07008 - key: modernize-use-using.IgnoreMacros
9 value: '0'
10...
11