Increase the duplicate threshold
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
b2c383892c
commit
1783342841
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n
|
||||||
--disable=gotype \
|
--disable=gotype \
|
||||||
--disable=gas \
|
--disable=gas \
|
||||||
--cyclo-over=50 \
|
--cyclo-over=50 \
|
||||||
|
--dupl-threshold=100 \
|
||||||
--tests \
|
--tests \
|
||||||
--deadline=30s "${d}"
|
--deadline=30s "${d}"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue