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
1 changed files with 1 additions and 1 deletions

View File

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