bq/corbel-composr

View on GitHub
src/routes/BaseResource.endpoint.js

Summary

Maintainability
A
1 hr
Test Coverage

Function delete has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

ResourceEndpoint.prototype.delete = function (req, res) {
  var that = this
  var authorization = this.getAuthorization(req)
  var driver = this.getDriver(authorization)
  var domain = this.getDomain(authorization)
Severity: Minor
Found in src/routes/BaseResource.endpoint.js - About 1 hr to fix

    TODO found
    Open

     * TODO: Implement the the delete mechanism using the core driver
    Severity: Minor
    Found in src/routes/BaseResource.endpoint.js by fixme

    There are no issues that match your filters.

    Category
    Status