From 70883dbe6bf62bb6671a7cea0f7002a95ce4a6da Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Tue, 4 Apr 2017 20:10:36 +1000 Subject: [PATCH] lint: bump cyclo Signed-off-by: Aleksa Sarai --- .tool/lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool/lint b/.tool/lint index a2d28fe3..f87f5c2a 100755 --- a/.tool/lint +++ b/.tool/lint @@ -15,7 +15,7 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n --disable=aligncheck \ --disable=gotype \ --disable=gas \ - --cyclo-over=60 \ + --cyclo-over=80 \ --dupl-threshold=100 \ --tests \ --deadline=60s "${d}"