You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what should be investigated or refactored
Refactor of src/lib/assets/index.ts to reduce complexity warnings:
/pepr/src/lib/assets/index.ts
82:23 warning Async method 'generateHelmChart' has a complexity of 12. Maximum allowed is 10 complexity
82:23 warning Async method 'generateHelmChart' has too many statements (58). Maximum allowed is 20 max-statements
Describe what should be investigated or refactored
Refactor of
src/lib/assets/index.ts
to reduce complexity warnings:Additional context
In support of #1248
The text was updated successfully, but these errors were encountered: