lib/poke_api/item.rb
Method has too many lines. [12/10] Open
Open
def custom_endpoint_object
{
attributes: ItemAttribute,
baby_trigger_for: EvolutionChain,
category: ItemCategory,
- 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.