mozilla/publish.webmaker.org

View on GitHub
seeds/2_projects.js

Summary

Maintainability
A
1 hr
Test Coverage

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

exports.seed = function(knex, Promise) {
  return Promise.join(
    knex('projects').insert({
      user_id: 1,
      title: 'spacecats-API',
Severity: Minor
Found in seeds/2_projects.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status