mozilla/publish.webmaker.org

View on GitHub
seeds/3_files.js

Summary

Maintainability
A
1 hr
Test Coverage

Function seed has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.seed = function(knex, Promise) {
  return Promise.join(
    knex('files').insert({
      project_id: 1,
      path: '/spacecats-API/index.js',
Severity: Minor
Found in seeds/3_files.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status