pl063/weather-station

View on GitHub
web_interface/static/scripts/utils.js

Summary

Maintainability
A
0 mins
Test Coverage

Function updateImageUrl has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

    function updateImageUrl (weatherState) {
        //return object w/ background image and icon
        let result = {
            iconUrl: "",
            backgroundUrl: ""
Severity: Minor
Found in web_interface/static/scripts/utils.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status