nukeop/nuclear

View on GitHub
packages/app/app/actions/plugins.js

Summary

Maintainability
A
1 hr
Test Coverage

Function loadUserPlugin has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function loadUserPlugin(path) {
  return async (dispatch, getState) => {
    dispatch(loadUserPluginStart(path));
    try {
      const api = createApi();
Severity: Minor
Found in packages/app/app/actions/plugins.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status