conveyal/modeify

View on GitHub
client/components/trevorgerhardt/model-query/0.3.0/index.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

module.exports = function(Model) {
  /**
   * Create `get` request
   */

Severity: Minor
Found in client/components/trevorgerhardt/model-query/0.3.0/index.js - About 1 hr to fix

    Function get has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function get() {
        var req = Model.request
          .get(Model.url(''))
          .set(Model._headers);
    
    
    Severity: Minor
    Found in client/components/trevorgerhardt/model-query/0.3.0/index.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status