josephyi/taric

View on GitHub
lib/taric/operation/match.rb

Summary

Maintainability
A
0 mins
Test Coverage

Avoid parameter lists longer than 5 parameters. [8/5]
Open

      def matchlist(account_id:, begin_time: nil, end_index: nil, season: nil, champion: nil, begin_index: nil, queue: nil, end_time: nil)
Severity: Minor
Found in lib/taric/operation/match.rb by rubocop

This cop checks for methods with too many parameters. The maximum number of parameters is configurable. Keyword arguments can optionally be excluded from the total count.

There are no issues that match your filters.

Category
Status