From 324900d766f266e22d72c36b222ffd5a2cab0c50 Mon Sep 17 00:00:00 2001 From: Natalia Pozhidaeva Date: Sat, 20 Jan 2024 01:28:23 -0500 Subject: [PATCH] [#234] Remove puzzle as resolved --- lib/pdd/source.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/pdd/source.rb b/lib/pdd/source.rb index ad06660..dadbc88 100644 --- a/lib/pdd/source.rb +++ b/lib/pdd/source.rb @@ -140,9 +140,6 @@ def minutes(num, units) min end - # @todo #209:30min temporarily disabled cyclomatic complexity for the method. - # below. Please fix soon. - # # Fetch puzzle tail (all lines after the first one) def tail(lines, prefix, start) return [] if lines.empty?