appbaseio/dejaVu

View on GitHub
packages/browser/src/reducers/app.js

Summary

Maintainability
A
1 hr
Test Coverage

Function app has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const app = (state = initialState, action) => {
    const { appname, url, type, headers } = action;
    switch (type) {
        case APP.CONNECT_REQUEST:
            return {
Severity: Minor
Found in packages/browser/src/reducers/app.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status