lint: bump cyclo

Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
Aleksa Sarai 2017-04-04 20:10:36 +10:00
parent 6b704d1f78
commit 70883dbe6b
No known key found for this signature in database
GPG key ID: 9E18AA267DDB8DB4

View file

@ -15,7 +15,7 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n
--disable=aligncheck \ --disable=aligncheck \
--disable=gotype \ --disable=gotype \
--disable=gas \ --disable=gas \
--cyclo-over=60 \ --cyclo-over=80 \
--dupl-threshold=100 \ --dupl-threshold=100 \
--tests \ --tests \
--deadline=60s "${d}" --deadline=60s "${d}"