We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As we work to make Pepr stronger typed, Storage is missing many return types.
pepr/src/lib/storage.ts 15:8 warning Missing return type on function @typescript-eslint/explicit-function-return-type 19:8 warning Missing return type on function @typescript-eslint/explicit-function-return-type 23:8 warning Missing return type on function @typescript-eslint/explicit-function-return-type 83:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 87:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 99:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 107:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 115:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 119:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 131:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 157:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 178:15 warning Missing return type on function @typescript-eslint/explicit-function-return-type 181:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 189:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 193:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type 200:24 warning Missing return type on function @typescript-eslint/explicit-function-return-type 209:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type
(optional) i.e. -
pepr/README.md
Line 3 in 24f1f25
Add any other context or screenshots about the technical debt here.
The text was updated successfully, but these errors were encountered:
chore: storage return types (#1507)
d6948ec
## Description Adds return types to storage ## Related Issue Fixes #1506 <!-- or --> Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Unit, [Journey](https://github.com/defenseunicorns/pepr/tree/main/journey), [E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples), [docs](https://github.com/defenseunicorns/pepr/tree/main/docs), [adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed --------- Signed-off-by: Case Wylie <[email protected]>
cmwylie19
Successfully merging a pull request may close this issue.
Describe what should be investigated or refactored
As we work to make Pepr stronger typed, Storage is missing many return types.
Links to any relevant code
(optional) i.e. -
pepr/README.md
Line 3 in 24f1f25
Additional context
Add any other context or screenshots about the technical debt here.
The text was updated successfully, but these errors were encountered: