---
Checks: 'boost-use-to-string,bugprone-*,cert-*,clang-analyzer-*,clang-diagnostic-*,core.*,cppcoreguidelines-*,deadcode.*,google-*,hicpp-*,misc-definitions-in-headers,misc-misplaced-const,misc-redundant-expression,misc-throw-by-value-catch-by-reference,misc-unconventional-assign-operator,misc-uniqueptr-reset-release,misc-unused-alias-decls,misc-unused-using-decls,modernize-*,optin.cplusplus.*,performance-*,portability-*,readability-*,security.*,unix.cstring.BadSizeArg,unix.cstring.NullArg,unix.Malloc,unix.MallocSizeof,unix.MismatchedDeallocator,-clang-diagnostic-deprecated-declarations,-core.CallAndMessage,-core.VLASize,-cppcoreguidelines-avoid-magic-numbers,-cppcoreguidelines-macro-usage,-cppcoreguidelines-no-malloc,-cppcoreguidelines-owning-memory,-cppcoreguidelines-pro-bounds-pointer-arithmetic,-cppcoreguidelines-pro-type-const-cast,-cppcoreguidelines-pro-type-reinterpret-cast,-cppcoreguidelines-pro-type-union-access,-hicpp-no-malloc,-google-runtime-int,-google-runtime-references,-readability-magic-numbers,-readability-string-compare'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: none
User: bkey1
CheckOptions:    
  - key: google-readability-braces-around-statements.ShortStatementLines
    value: '1'
  - key: google-readability-function-size.StatementThreshold
    value: '1024'
  - key: google-readability-namespace-comments.ShortNamespaceLines
    value: '10'
  - key: google-readability-namespace-comments.SpacesBeforeComments
    value: '2'
  - key: modernize-loop-convert.MaxCopySize
    value: '16'
  - key: modernize-loop-convert.MinConfidence
    value: reasonable
  - key: modernize-loop-convert.NamingStyle
    value: CamelCase
  - key: modernize-pass-by-value.IncludeStyle
    value: llvm
  - key: modernize-replace-auto-ptr.IncludeStyle
    value: llvm
  - key: modernize-use-nullptr.NullMacros
    value: 'NULL'
...