mitjajez/SONCE

View on GitHub
.testing/cache_build_and_dependencies.js

Summary

Maintainability
A
1 hr
Test Coverage

Function cacheMeteor has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const cacheMeteor = function() {
  console.log('Caching build & dependencies (can take a while the first time)');
  const childProcess = spawn('meteor', ['--raw-logs'], {
    cwd: srcDir,
    env: process.env
Severity: Minor
Found in .testing/cache_build_and_dependencies.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status