Disable maligned linter
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
792873c9ee
commit
5baf894d39
1 changed files with 1 additions and 0 deletions
|
@ -24,5 +24,6 @@ linters:
|
||||||
- interfacer # Too eager: I don't always pass interfaces but sometimes specific types
|
- interfacer # Too eager: I don't always pass interfaces but sometimes specific types
|
||||||
- lll # GTFO my lawn.
|
- lll # GTFO my lawn.
|
||||||
- unparam # This one complains about parameters expected for interface implementations
|
- unparam # This one complains about parameters expected for interface implementations
|
||||||
|
- maligned # I sort structs my way.
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue