]> Sergey Matveev's repositories - nnn.git/commitdiff
Limit lines of code per func to 900
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 24 Nov 2020 20:45:13 +0000 (02:15 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 24 Nov 2020 20:45:13 +0000 (02:15 +0530)
src/.clang-tidy

index a40cfc77587f444c992f480588284106c05d2b5c..a4dc28b21f00f6ec81a3f2abcb755a54c478043b 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:           '900'
 ...