RHeactorJS/web-app

View on GitHub
js/controller/body.js

Summary

Maintainability
A
1 hr
Test Coverage

Function BodyController has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function BodyController (app) {
  app
    .run(['$rootScope', ($rootScope) => {
      const bodyClasses = {
        state: [],
Severity: Minor
Found in js/controller/body.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status