]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix build break
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 3 Nov 2021 03:31:26 +0000 (09:01 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 3 Nov 2021 03:31:26 +0000 (09:01 +0530)
src/.clang-tidy

index 331e56ef1e775b21872c166febc5bb65fee1995f..3f0bc4c08dfdea9386a75b04fe3acf13e412fd40 100644 (file)
@@ -11,5 +11,5 @@ CheckOptions:
   - key:             fuchsia-restrict-system-includes.Includes
     value:           '*,-stdint.h,-stdbool.h'
   - key:             readability-function-size.StatementThreshold
-    value:           '900'
+    value:           '905'
 ...