]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix build break
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 10 Dec 2022 16:13:42 +0000 (21:43 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 10 Dec 2022 16:13:42 +0000 (21:43 +0530)
src/.clang-tidy

index c90898334c038d31fbc3ef94e2ec492c5720114a..245e4a0dba86286e2fc0e3774485c9bcd68fe0e3 100644 (file)
@@ -11,5 +11,5 @@ CheckOptions:
   - key:             fuchsia-restrict-system-includes.Includes
     value:           '*,-stdint.h,-stdbool.h'
   - key:             readability-function-size.StatementThreshold
-    value:           '915'
+    value:           '920'
 ...