Improve error handling, fix linter (#92)
* Improve error handling, fix linter
This commit is contained in:
parent
6b2ac0b11c
commit
53a85837e0
23 changed files with 194 additions and 186 deletions
|
|
@ -29,3 +29,4 @@ linters:
|
|||
- gofumpt # Enforce a stricter format than gofmt
|
||||
- gci # Enforce blank lines check
|
||||
- nlreturn # Enforce blank lines for return statements
|
||||
- exhaustivestruct # Enforce structures to be fully filled on instantiation - terrible with openpgp configs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue