Katello/katello

View on GitHub
webpack/services/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getTypeIcon has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function getTypeIcon(type) {
  const typeIcon = { name: '', type: '' };

  switch (type) {
  case 'yum':
Severity: Minor
Found in webpack/services/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status