summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-12-01 16:34:09 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-12-03 12:06:51 +0100
commit0c8eeea665a783b8fe82c2b6d9f01cad6cb1054e (patch)
tree00b3b5db49b124f1fe85da47a4d5d1fad58c4c04 /.clang-tidy
parent678a5ca91e7e763efc5140102ea9d537b05308e4 (diff)
downloadqtlocation-mapboxgl-0c8eeea665a783b8fe82c2b6d9f01cad6cb1054e.tar.gz
[build] add make target "tidy" for running clang-tidy
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644
index 0000000000..b32f768630
--- /dev/null
+++ b/.clang-tidy
@@ -0,0 +1 @@
+Checks: '-clang-analyzer-security.insecureAPI.rand'