Blame view

3rdparty/jsoncpp-1.9.5/.clang-tidy 465 Bytes
09c2d08c   Hu Chunming   arm交付版
1
2
3
4
5
6
7
8
9
10
  ---
  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'
  WarningsAsErrors: ''
  HeaderFilterRegex: ''
  AnalyzeTemporaryDtors: false
  FormatStyle:     none
  CheckOptions:
    - key:             modernize-use-using.IgnoreMacros
      value:           '0'
  ...