johnjones4/InBrief

View on GitHub
src/lib/services/Weather.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exec has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  exec () {
    if (this.config.location) {
      const coords = zipcodes.lookup(this.config.location)
      if (coords) {
        return request({
Severity: Minor
Found in src/lib/services/Weather.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status