Disable block length metric for resource_version

This commit is contained in:
Mohammad Zain Abbas 2022-08-07 20:02:05 +02:00
parent 0c9ff722ae
commit 9598cc128c

View File

@ -659,6 +659,7 @@ resource: false)
checked_urls = []
# rubocop:disable Metrics/BlockLength
urls.each_with_index do |original_url, i|
# Only preprocess the URL when it's appropriate
url = if STRATEGY_SYMBOLS_TO_SKIP_PREPROCESS_URL.include?(livecheck_strategy)