BerniWittmann/cape-frontend

View on GitHub
src/vuex/common/helpers.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export function getByTags(objects, tags) {
  const tagMap = new Map()
  tagMap.set('untagged', {
    value: '0',
    label: Vue.i18n.t('context_situation.untagged'),
Severity: Minor
Found in src/vuex/common/helpers.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status