mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00: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:
parent
7d38e82f25
commit
ff78a99604
@ -9,7 +9,6 @@
|
||||
"golint",
|
||||
"varcheck",
|
||||
"structcheck",
|
||||
"maligned",
|
||||
"ineffassign",
|
||||
"gas",
|
||||
"misspell",
|
||||
|
Loading…
Reference in New Issue
Block a user