rdavid1099/poke-api-v2

View on GitHub
lib/poke_api/item.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method has too many lines. [12/10]
Open

    def custom_endpoint_object
      {
        attributes: ItemAttribute,
        baby_trigger_for: EvolutionChain,
        category: ItemCategory,
Severity: Minor
Found in lib/poke_api/item.rb by rubocop

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

There are no issues that match your filters.

Category
Status