Skip to content

Commit

Permalink
Address lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
icy-arctic-fox committed Sep 2, 2024
1 parent edf412f commit 359edfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spectator/core/runner.cr
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ module Spectator::Core
def initialize(@configuration : Configuration)
end

# ameba:disable Metrics/CyclomaticComplexity
def run(spec : ExampleGroup) : Bool
# TODO: Reduce complexity.
examples = examples_to_run(spec)
if @configuration.mode.list_tags?
print_tags(examples)
Expand Down

0 comments on commit 359edfe

Please sign in to comment.