You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
465B

  1. ---
  2. Checks: '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'
  3. WarningsAsErrors: ''
  4. HeaderFilterRegex: ''
  5. AnalyzeTemporaryDtors: false
  6. FormatStyle: none
  7. CheckOptions:
  8. - key: modernize-use-using.IgnoreMacros
  9. value: '0'
  10. ...