WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/assets/javascripts/reducers/assignments.js

Summary

Maintainability
A
1 hr
Test Coverage
B
87%

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

export default function assignments(state = initialState, action) {
  switch (action.type) {
    case RECEIVE_ASSIGNMENTS: {
      const dataAssignments = action.data.course.assignments;
      // Initial sorting by article title
Severity: Minor
Found in app/assets/javascripts/reducers/assignments.js - About 1 hr to fix

    Avoid too many return statements within this function.
    Open

          return { ...state, loading: true };
    Severity: Major
    Found in app/assets/javascripts/reducers/assignments.js - About 30 mins to fix

      Parsing error: Cannot find module 'babel-plugin-root-import' Require stack: - /usr/local/node_modules/@babel/core/lib/config/files/plugins.js - /usr/local/node_modules/@babel/core/lib/config/files/index.js - /usr/local/node_modules/@babel/core/lib/index.js - /usr/local/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs - /usr/local/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs - /usr/local/node_modules/@babel/eslint-parser/lib/client.cjs - /usr/local/node_modules/@babel/eslint-parser/lib/index.cjs - /usr/local/node_modules/eslint/lib/cli-engine/config-array-factory.js - /usr/src/app/lib/eslint6-patch.js - /usr/src/app/lib/eslint.js - /usr/src/app/bin/eslint.js
      Open

      import { reject } from 'lodash-es';

      For more information visit Source: http://eslint.org/docs/rules/

      There are no issues that match your filters.

      Category
      Status