Increase the duplicate threshold

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2016-10-04 15:59:46 -07:00
parent b2c383892c
commit 1783342841

View file

@ -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