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=gas \
|
||||
--cyclo-over=50 \
|
||||
--dupl-threshold=100 \
|
||||
--tests \
|
||||
--deadline=30s "${d}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue