FarmBot/Farmbot-Web-App

View on GitHub
frontend/farm_designer/index.tsx

Summary

Maintainability
C
7 hrs
Test Coverage

Function render has 128 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const {
      legend_menu_open,
      show_plants,
      show_points,
Severity: Major
Found in frontend/farm_designer/index.tsx - About 5 hrs to fix

    File index.tsx has 253 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import React from "react";
    import { connect } from "react-redux";
    import { GardenMap } from "./map/garden_map";
    import {
      FarmDesignerProps, State, BotOriginQuadrant, isBotOriginQuadrant,
    Severity: Minor
    Found in frontend/farm_designer/index.tsx - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status