lint: bump cyclo
Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
parent
6b704d1f78
commit
70883dbe6b
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue