Chalarangelo/30-seconds-of-code

View on GitHub
src/lib/contentUtils/assetHandler.js

Summary

Maintainability
A
1 hr
Test Coverage

Function processAssets has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static async processAssets({ force = false }) {
    const convertedAssets = [
      ...new Set(
        globSync(convertedAssetGlobPattern).map(asset =>
          asset
Severity: Minor
Found in src/lib/contentUtils/assetHandler.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status