1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

disable interfacebloat linter

This commit is contained in:
Juan Font Alonso 2022-11-13 17:02:42 +01:00 committed by Juan Font
parent 9989657c0f
commit f5a5437917

View File

@ -36,6 +36,9 @@ linters:
- makezero
- maintidx
# Limits the methods of an interface to 10. We have more in integration tests
- interfacebloat
# We might want to enable this, but it might be a lot of work
- cyclop
- nestif