ninech/netbox-client-ruby

View on GitHub

Showing 19 of 27 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

    {
      console_connection: ConsoleConnection,
      console_port: ConsolePort,
      console_server_port: ConsoleServerPort,
      device: Device,
Severity: Minor
Found in lib/netbox_client_ruby/api/dcim.rb and 1 other location - About 55 mins to fix
lib/netbox_client_ruby/api/dcim.rb on lines 47..69

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 44.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

    {
      console_connections: ConsoleConnections,
      console_ports: ConsolePorts,
      console_server_ports: ConsoleServerPorts,
      devices: Devices,
Severity: Minor
Found in lib/netbox_client_ruby/api/dcim.rb and 1 other location - About 55 mins to fix
lib/netbox_client_ruby/api/dcim.rb on lines 74..96

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 44.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class RackGroup
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/dcim/rack_group.rb and 1 other location - About 40 mins to fix
lib/netbox_client_ruby/api/dcim/rack_reservation.rb on lines 5..18

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 37.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class RackReservation
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/dcim/rack_reservation.rb and 1 other location - About 40 mins to fix
lib/netbox_client_ruby/api/dcim/rack_group.rb on lines 5..17

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 37.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class InterfaceConnection
      include Entity

Severity: Major
Found in lib/netbox_client_ruby/api/dcim/interface_connection.rb and 5 other locations - About 35 mins to fix
lib/netbox_client_ruby/api/dcim/console_connection.rb on lines 5..18
lib/netbox_client_ruby/api/dcim/console_port.rb on lines 5..18
lib/netbox_client_ruby/api/dcim/inventory_item.rb on lines 4..15
lib/netbox_client_ruby/api/dcim/power_connection.rb on lines 5..18
lib/netbox_client_ruby/api/secrets/secret.rb on lines 5..16

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 35.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class PowerConnection
      include Entity

Severity: Major
Found in lib/netbox_client_ruby/api/dcim/power_connection.rb and 5 other locations - About 35 mins to fix
lib/netbox_client_ruby/api/dcim/console_connection.rb on lines 5..18
lib/netbox_client_ruby/api/dcim/console_port.rb on lines 5..18
lib/netbox_client_ruby/api/dcim/interface_connection.rb on lines 4..17
lib/netbox_client_ruby/api/dcim/inventory_item.rb on lines 4..15
lib/netbox_client_ruby/api/secrets/secret.rb on lines 5..16

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 35.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class InventoryItem
      include Entity

Severity: Major
Found in lib/netbox_client_ruby/api/dcim/inventory_item.rb and 5 other locations - About 35 mins to fix
lib/netbox_client_ruby/api/dcim/console_connection.rb on lines 5..18
lib/netbox_client_ruby/api/dcim/console_port.rb on lines 5..18
lib/netbox_client_ruby/api/dcim/interface_connection.rb on lines 4..17
lib/netbox_client_ruby/api/dcim/power_connection.rb on lines 5..18
lib/netbox_client_ruby/api/secrets/secret.rb on lines 5..16

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 35.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class ConsoleConnection
      include Entity

Severity: Major
Found in lib/netbox_client_ruby/api/dcim/console_connection.rb and 5 other locations - About 35 mins to fix
lib/netbox_client_ruby/api/dcim/console_port.rb on lines 5..18
lib/netbox_client_ruby/api/dcim/interface_connection.rb on lines 4..17
lib/netbox_client_ruby/api/dcim/inventory_item.rb on lines 4..15
lib/netbox_client_ruby/api/dcim/power_connection.rb on lines 5..18
lib/netbox_client_ruby/api/secrets/secret.rb on lines 5..16

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 35.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class ConsolePort
      include Entity

Severity: Major
Found in lib/netbox_client_ruby/api/dcim/console_port.rb and 5 other locations - About 35 mins to fix
lib/netbox_client_ruby/api/dcim/console_connection.rb on lines 5..18
lib/netbox_client_ruby/api/dcim/interface_connection.rb on lines 4..17
lib/netbox_client_ruby/api/dcim/inventory_item.rb on lines 4..15
lib/netbox_client_ruby/api/dcim/power_connection.rb on lines 5..18
lib/netbox_client_ruby/api/secrets/secret.rb on lines 5..16

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 35.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module Secrets
    class Secret
      include Entity

Severity: Major
Found in lib/netbox_client_ruby/api/secrets/secret.rb and 5 other locations - About 35 mins to fix
lib/netbox_client_ruby/api/dcim/console_connection.rb on lines 5..18
lib/netbox_client_ruby/api/dcim/console_port.rb on lines 5..18
lib/netbox_client_ruby/api/dcim/interface_connection.rb on lines 4..17
lib/netbox_client_ruby/api/dcim/inventory_item.rb on lines 4..15
lib/netbox_client_ruby/api/dcim/power_connection.rb on lines 5..18

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 35.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class Platform
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/dcim/platform.rb and 2 other locations - About 20 mins to fix
lib/netbox_client_ruby/api/ipam/vlan_group.rb on lines 4..14
lib/netbox_client_ruby/api/ipam/vrf.rb on lines 4..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 27.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module NetboxClientRuby
  module IPAM
    class Vrf
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/ipam/vrf.rb and 2 other locations - About 20 mins to fix
lib/netbox_client_ruby/api/dcim/platform.rb on lines 4..17
lib/netbox_client_ruby/api/ipam/vlan_group.rb on lines 4..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 27.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module NetboxClientRuby
  module IPAM
    class VlanGroup
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/ipam/vlan_group.rb and 2 other locations - About 20 mins to fix
lib/netbox_client_ruby/api/dcim/platform.rb on lines 4..17
lib/netbox_client_ruby/api/ipam/vrf.rb on lines 4..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 27.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module Tenancy
    class Tenant
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/tenancy/tenant.rb and 5 other locations - About 15 mins to fix
lib/netbox_client_ruby/api/dcim/interface.rb on lines 4..14
lib/netbox_client_ruby/api/dcim/region.rb on lines 3..13
lib/netbox_client_ruby/api/dcim/virtual_chassis.rb on lines 4..16
lib/netbox_client_ruby/api/ipam/aggregate.rb on lines 4..14
lib/netbox_client_ruby/api/virtualization/interface.rb on lines 4..16

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 26.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class Region
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/dcim/region.rb and 5 other locations - About 15 mins to fix
lib/netbox_client_ruby/api/dcim/interface.rb on lines 4..14
lib/netbox_client_ruby/api/dcim/virtual_chassis.rb on lines 4..16
lib/netbox_client_ruby/api/ipam/aggregate.rb on lines 4..14
lib/netbox_client_ruby/api/tenancy/tenant.rb on lines 4..14
lib/netbox_client_ruby/api/virtualization/interface.rb on lines 4..16

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 26.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class Interface
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/dcim/interface.rb and 5 other locations - About 15 mins to fix
lib/netbox_client_ruby/api/dcim/region.rb on lines 3..13
lib/netbox_client_ruby/api/dcim/virtual_chassis.rb on lines 4..16
lib/netbox_client_ruby/api/ipam/aggregate.rb on lines 4..14
lib/netbox_client_ruby/api/tenancy/tenant.rb on lines 4..14
lib/netbox_client_ruby/api/virtualization/interface.rb on lines 4..16

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 26.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module IPAM
    class Aggregate
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/ipam/aggregate.rb and 5 other locations - About 15 mins to fix
lib/netbox_client_ruby/api/dcim/interface.rb on lines 4..14
lib/netbox_client_ruby/api/dcim/region.rb on lines 3..13
lib/netbox_client_ruby/api/dcim/virtual_chassis.rb on lines 4..16
lib/netbox_client_ruby/api/tenancy/tenant.rb on lines 4..14
lib/netbox_client_ruby/api/virtualization/interface.rb on lines 4..16

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 26.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module DCIM
    class VirtualChassis
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/dcim/virtual_chassis.rb and 5 other locations - About 15 mins to fix
lib/netbox_client_ruby/api/dcim/interface.rb on lines 4..14
lib/netbox_client_ruby/api/dcim/region.rb on lines 3..13
lib/netbox_client_ruby/api/ipam/aggregate.rb on lines 4..14
lib/netbox_client_ruby/api/tenancy/tenant.rb on lines 4..14
lib/netbox_client_ruby/api/virtualization/interface.rb on lines 4..16

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 26.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

module NetboxClientRuby
  module Virtualization
    class Interface
      include Entity

Severity: Minor
Found in lib/netbox_client_ruby/api/virtualization/interface.rb and 5 other locations - About 15 mins to fix
lib/netbox_client_ruby/api/dcim/interface.rb on lines 4..14
lib/netbox_client_ruby/api/dcim/region.rb on lines 3..13
lib/netbox_client_ruby/api/dcim/virtual_chassis.rb on lines 4..16
lib/netbox_client_ruby/api/ipam/aggregate.rb on lines 4..14
lib/netbox_client_ruby/api/tenancy/tenant.rb on lines 4..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 26.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Severity
Category
Status
Source
Language