From 1783342841d0b875f7f8d0668eb1ceae7964becf Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Tue, 4 Oct 2016 15:59:46 -0700 Subject: [PATCH] Increase the duplicate threshold Signed-off-by: Mrunal Patel --- .tool/lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.tool/lint b/.tool/lint index c629f766..06dae83f 100755 --- a/.tool/lint +++ b/.tool/lint @@ -14,6 +14,7 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n --disable=gotype \ --disable=gas \ --cyclo-over=50 \ + --dupl-threshold=100 \ --tests \ --deadline=30s "${d}" done