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}"