0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-05 18:55:23 +02:00

Disable the maligned lint (#365)

We don't really care about ensuring our structs are small, and sometimes
its clearer to group struct fields together.
This commit is contained in:
Erik Johnston 2017-12-05 11:37:34 +00:00 committed by Richard van der Hoff
parent 7d38e82f25
commit ff78a99604

View file

@ -9,7 +9,6 @@
"golint",
"varcheck",
"structcheck",
"maligned",
"ineffassign",
"gas",
"misspell",