]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix lint warning
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 20 Apr 2019 19:23:48 +0000 (00:53 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 20 Apr 2019 19:27:43 +0000 (00:57 +0530)
.clang-tidy

index 2ed66e33d26bc7a378967e041c913aca64100fa6..885adc7c35fa14a78308621a4b06970b3326c79e 100644 (file)
@@ -10,5 +10,6 @@ CheckOptions:
     value:           '_t'
   - key:             fuchsia-restrict-system-includes.Includes
     value:           '*,-stdint.h,-stdbool.h'
-
+  - key:             readability-function-size.StatementThreshold
+    value:           '850'
 ...