fix(application): handle storage details conversion error #27
static-analysis.yaml
on: pull_request
Check conventional commits
11s
Annotations
1 error
Check conventional commits
You have commit messages with errors
⧗ input: fix(application): don't return nil if there's an error.
Related to #520, panic on nil pointer from ReadApplicationWithRetryOnNotFound.
Add IsFatalError func to retry. Allow for known types or "connection
refused" which is intermittent. Doesn't guarentee that everything works
as expected, but doesn't panic either.
✖ subject may not end with full stop [subject-full-stop]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|