lib/active_metrics/connection_adapters/hawkular_metrics_adapter.rb
Avoid parameter lists longer than 5 parameters. [7/5] Open
Open
def build_point(timestamp:, _metric_name:, value:, resource: nil, resource_type: nil, resource_id: nil, tags: {})
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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.