chore(lint): add revive linter and fix issues

- Export returned struct types
- Do not export interfaces for other packages to use
This commit is contained in:
Quentin McGaw
2022-08-28 19:57:09 +00:00
parent 1561babd76
commit bcbf0938c1
64 changed files with 599 additions and 597 deletions

View File

@@ -51,6 +51,7 @@ linters:
- nolintlint
- prealloc
- predeclared
- revive
- rowserrcheck
- exportloopref
- sqlclosecheck