datacite/bracco

View on GitHub
app/utils/format-creators.js

Summary

Maintainability
A
1 hr
Test Coverage

Function formatCreators has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function formatCreators(creators, hash) {
  let limit = creators.length;

  if (hash.showOnly) {
    limit = hash.showOnly;
Severity: Minor
Found in app/utils/format-creators.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status