FarmBot/OpenFarm

View on GitHub
app/assets/javascripts/crops/show.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  function showCropCtrl($scope, $http, cropService, gardenService, userService, $interval) {
    $scope.alerts = [];
    $scope.s3upload = '';
    $scope.crop = {};
    $scope.userId = USER_ID || undefined;
Severity: Minor
Found in app/assets/javascripts/crops/show.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status