Skip to content

Commit

Permalink
disable lint check on too-many-nested-blocks in metrics test
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipNikolovski committed Jan 2, 2025
1 parent 8b281b2 commit c662eae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ def test_falcon_metric_values_both_semconv(self):
duration_s = default_timer() - start

metrics_list = self.memory_metrics_reader.get_metrics_data()

# pylint: disable=too-many-nested-blocks
for resource_metric in metrics_list.resource_metrics:
for scope_metric in resource_metric.scope_metrics:
for metric in scope_metric.metrics:
Expand Down

0 comments on commit c662eae

Please sign in to comment.