evansiroky/gtfs-sequelize

View on GitHub
models/spatial/trip.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function exports has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(sequelize, DataTypes) {
  var Trip = sequelize.define("trip", {
    route_id: {
      type: DataTypes.STRING(255),
      references: {
Severity: Major
Found in models/spatial/trip.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status