Disable whitespace linter
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d53fefa952
commit
5f07e8f254
1 changed files with 1 additions and 0 deletions
|
@ -26,5 +26,6 @@ linters:
|
||||||
- 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.
|
- maligned # I sort structs my way.
|
||||||
|
- whitespace # When I use newlines for better overview STFU
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue