aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-24 15:40:15 -0800
committerHaibo Huang <hhb@google.com>2021-03-01 20:51:10 +0000
commitb0bee82c6434575fe39b01882583afe32040ab6e (patch)
treedf5150314b77dc7ca67a45208b7d3b36458dc27c /.clang-tidy
parent83709faa5a51c806501e7a7ac628e886b198e65f (diff)
downloadjsoncpp-b0bee82c6434575fe39b01882583afe32040ab6e.tar.gz
Upgrade jsoncpp to 1.9.4
Bug: 170642246 Change-Id: Id1fae5a1b6421117f923c616718ee4b3571231e0
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy11
1 files changed, 11 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644
index 0000000..be3d06a
--- /dev/null
+++ b/.clang-tidy
@@ -0,0 +1,11 @@
+---
+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'
+...
+