build: disable funlen

This commit is contained in:
Joost Jager 2019-09-13 11:15:43 +02:00
parent 1216dc6a5b
commit 23517587aa
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

View File

@ -37,6 +37,10 @@ linters:
# We don't care (enough) about misaligned structs to lint that.
- maligned
# We have long functions, especially in tests. Moving or renaming those would
# trigger funlen problems that we may not want to solve at that time.
- funlen
issues:
# Only show newly introduced problems.
new-from-rev: 01f696afce2f9c0d4ed854edefa3846891d01d8a