summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-23 13:47:39 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-23 20:05:40 +0200
commit463876a7b19f089e61f98821114b26b4fd18e515 (patch)
treeac9a46bd9dba11071e8ae1268f196363595d61c3
parentd446a1cf6397ed56caf82579e037836aba6089ea (diff)
downloadqtlocation-mapboxgl-463876a7b19f089e61f98821114b26b4fd18e515.tar.gz
[build] Prevent future modernize-* regressions
Also ignore modernize-avoid-c-arrays, not such a big deal at the moment.
-rw-r--r--.clang-tidy4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy
index d9cc3baaa6..aa9640c77f 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,4 +1,4 @@
-Checks: '-*,bugprone-*,clang-analyzer-*,google-*,modernize-*,performance-*,-clang-analyzer-osx.*,-google-readability-braces-around-statements,-google-readability-todo,-google-runtime-int,-google-runtime-references'
-WarningsAsErrors: 'bugprone-use-after-move,performance-*'
+Checks: '-*,bugprone-*,clang-analyzer-*,google-*,modernize-*,performance-*,-clang-analyzer-osx.*,-google-readability-braces-around-statements,-google-readability-todo,-google-runtime-int,-google-runtime-references,-modernize-avoid-c-arrays'
+WarningsAsErrors: 'bugprone-use-after-move,modernize-*,performance-*'
HeaderFilterRegex: '.*'
FormatStyle: file