FarmBot/Farmbot-Web-App

View on GitHub
app/mutations/devices/seeders/abstract_seeder.rb

Summary

Maintainability
D
1 day
Test Coverage

Class AbstractSeeder has 74 methods (exceeds 20 allowed). Consider refactoring.
Open

    class AbstractSeeder
      include Constants
      attr_reader :device

      # DO NOT ALPHABETIZE. ORDER MATTERS! - RC
Severity: Major
Found in app/mutations/devices/seeders/abstract_seeder.rb - About 1 day to fix

    File abstract_seeder.rb has 295 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    module Devices
      module Seeders
        class AbstractSeeder
          include Constants
          attr_reader :device
    Severity: Minor
    Found in app/mutations/devices/seeders/abstract_seeder.rb - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status