scripts/build/plugins/gulpTouch.js

Summary

Maintainability
A
1 hr
Test Coverage

Function touch has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function touch(mtime) {

  async function touchFile(file) {
    const fd = await fs.open(file.path, 'a');
    try {
Severity: Minor
Found in scripts/build/plugins/gulpTouch.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status