diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-29 20:17:35 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-29 20:17:35 +0300 |
| commit | 10015fa14250d01ceba23cf9d950af0b0db290f3 (patch) | |
| tree | 871d2cc0b1cdd2fa4f5f1ed4d3c6bf78dcf3194f /scripts | |
| parent | f0eb76f1b66e1e5ae5d386e4e71c903dbcd6571a (diff) | |
| download | Project-Tick-10015fa14250d01ceba23cf9d950af0b0db290f3.tar.gz Project-Tick-10015fa14250d01ceba23cf9d950af0b0db290f3.zip | |
NOISSUE refine AboutPage and coloured terminal outputs
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 703363a787..3555120a43 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -78,7 +78,7 @@ use constant { my $MAX_LINE_LENGTH = 120; my $INDENT_WIDTH = 4; my $CMAKE_INDENT_WIDTH = 3; -my $MAX_FUNCTION_LENGTH = 200; +my $MAX_FUNCTION_LENGTH = 500; my $MAX_FILE_LENGTH = 3000; my $MAX_NESTING_DEPTH = 6; my $MAX_PARAMS_PER_FUNCTION = 8; |
