]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Disable some clang-tidy checks that don’t contribute much
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 28 Jun 2021 19:20:42 +0000 (21:20 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 28 Jun 2021 19:21:40 +0000 (21:21 +0200)
src/.clang-tidy

index f30529dc0d62a5f0803e554b59d9a2813cdbec88..3781fd60182622f092ae2eeb83ef7a89afaaedcb 100644 (file)
@@ -69,11 +69,11 @@ CheckOptions:
 
   # If you hit a limit, please consider changing the code instead of the limit.
   - key:             readability-function-size.LineThreshold
-    value:           700
+    value:           999999
   - key:             readability-function-size.StatementThreshold
     value:           999999
   - key:             readability-function-size.BranchThreshold
-    value:           170
+    value:           999999
   - key:             readability-function-size.ParameterThreshold
     value:           6
   - key:             readability-function-size.NestingThreshold