From: Arun Prakash Jana Date: Thu, 1 Aug 2019 17:31:04 +0000 (+0530) Subject: Increase function length X-Git-Tag: v2.6~11 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=21b323b4458a5d1bd5dfae14c9b1eef814e5e875;p=nnn.git Increase function length --- diff --git a/src/.clang-tidy b/src/.clang-tidy index 885adc7c..ca009226 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -11,5 +11,5 @@ CheckOptions: - key: fuchsia-restrict-system-includes.Includes value: '*,-stdint.h,-stdbool.h' - key: readability-function-size.StatementThreshold - value: '850' + value: '900' ...