lib/poke_api/pokemon_species.rb
Method has too many lines. [12/10] Open
Open
def custom_endpoint_object
{
color: PokemonColor,
pokedex_numbers: PokemonSpeciesDexEntry,
evolves_from_species: PokemonSpecies,
- Read upRead up
- Exclude checks
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.