Disable maligned linter

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-06-17 13:34:31 +02:00
parent 792873c9ee
commit 5baf894d39
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -24,5 +24,6 @@ linters:
- interfacer # Too eager: I don't always pass interfaces but sometimes specific types
- lll # GTFO my lawn.
- unparam # This one complains about parameters expected for interface implementations
- maligned # I sort structs my way.
...