540co/epa-rfi

View on GitHub
src/app/services/data.service.js

Summary

Maintainability
A
1 hr
Test Coverage

Function DataService has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function DataService($resource, TRI_API_ENDPOINT) {
      var service = {
        Facilities: $resource(
          TRI_API_ENDPOINT + '/facilities/:id',
          {id: '@id'},
Severity: Minor
Found in src/app/services/data.service.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status