lib/poke_api/pokemon.rb
Method has too many lines. [11/10] Open
Open
def custom_endpoint_object
{
abilities: PokemonAbility,
forms: PokemonForm,
game_indices: Common::VersionGameIndex,
- 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.