ManageIQ/manageiq-ui-classic

View on GitHub
app/javascript/spec/settings-label-tag-mapping/data.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export const settingsLabelTagMappingData = () => {
  const headers = [
    { header: __('Resource Entity'), key: 'resource_entity' },
    { header: __('Resource Label'), key: 'resource_label' },
    { header: __('Tag Category'), key: 'tag_category' },
Severity: Minor
Found in app/javascript/spec/settings-label-tag-mapping/data.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status