diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-07-25 03:05:35 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-09-17 12:28:55 +0300 |
commit | f6bb7844396e5f36cc196a6a61aa5547c14deb33 (patch) | |
tree | a4aa6e465b4a8cdb30791abeba9c3e583ac3363b /.clang-tidy | |
parent | ef1a7aad70384f574c60807148aaf245607310a9 (diff) | |
download | qtlocation-mapboxgl-f6bb7844396e5f36cc196a6a61aa5547c14deb33.tar.gz |
[build] CI config
Run it in parallel with the old build system. This will offer
a migration path and make sure we keep everything working at
the cost of running many CI bots. New stuff is prefixed with "next".
Appveyor already got migrated to the next buildsystem.
After merging, we will follow-up removing duplicated core bots.
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 97600637ed..e8a74962be 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,3 +1,4 @@ -Checks: 'modernize-*,misc-static-assert,llvm-namespace-comment,-clang-analyzer-security.insecureAPI.rand,-clang-analyzer-core.uninitialized.UndefReturn,-clang-analyzer-core.StackAddressEscape,-clang-analyzer-core.CallAndMessage,-clang-diagnostic-unused-command-line-argument,-clang-analyzer-core.uninitialized.*,-clang-analyzer-core.NullDereference,-clang-analyzer-core.NonNullParamChecker' +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: '*' +HeaderFilterRegex: '.*' FormatStyle: file |