SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/directives/resizeColumn.js

Summary

Maintainability
A
1 hr
Test Coverage

Function mounted has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  mounted: (el, binding) => {
    if (el.nodeName !== 'TABLE') { return console.error('This directive is only valid on a table!') }

    const opt = binding.value || {}
    const table = el
Severity: Minor
Found in app/javascript/vue/directives/resizeColumn.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status