manicmaniac/fastlane-plugin-sync_devices

View on GitHub

Showing 1 of 5 total issues

Method validate_devices has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

def self.validate_devices(devices, path) # rubocop:disable Metrics/AbcSize
seen_udids = []
devices.each do |device|
udid = device.udid&.downcase
unless udid.match(udid_regex_for_platform(device.platform))
Severity
Category
Status
Source
Language