ContainerHQ/arkis-api

View on GitHub
app/models/action.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = function(sequelize, DataTypes) {
  let { attributes, options } = concerns.extend({
    attributes: {
      id: {
        type: DataTypes.UUID,
Severity: Major
Found in app/models/action.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status