summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-23 13:53:02 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-25 18:59:07 +0300
commita6c62117f8246c8b229afd24f00da7d4599cd441 (patch)
tree96e0540070d42f5d18deeb1292270ab020dc0d4a
parentcf95bc2bb2e51007f6bcdd468e4e8acf89cffe85 (diff)
downloadqtlocation-mapboxgl-a6c62117f8246c8b229afd24f00da7d4599cd441.tar.gz
[build] Less picky .clant-tidy config
Enabled now: - bugprone - clang-analyzer - google - modernize - performance
-rw-r--r--.clang-tidy3
1 files changed, 1 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy
index e8a74962be..45e598fcdf 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,4 +1,3 @@
-Checks: 'bugprone-*,clang-analyzer-*,cppcoreguidelines-*,google-*,misc-*,modernize-*,performance-*,readability-*,-cppcoreguidelines-avoid-magic-numbers,-cppcoreguidelines-pro-bounds-array-to-pointer-decay,-cppcoreguidelines-pro-bounds-pointer-arithmetic,-cppcoreguidelines-pro-type-vararg,-cppcoreguidelines-special-member-functions,-google-readability-todo,-google-runtime-int,-misc-non-private-member-variables-in-classes,-readability-magic-numbers,-readability-named-parameter'
-WarningsAsErrors: '*'
+Checks: '-*,bugprone-*,clang-analyzer-*,google-*,modernize-*,performance-*,-clang-analyzer-osx.*,-google-readability-braces-around-statements,-google-readability-todo,-google-runtime-int,-google-runtime-references'
HeaderFilterRegex: '.*'
FormatStyle: file