lib/fastlane/plugin/sync_devices/actions/sync_devices_action.rb
Showing 0 of 2 total issues
Method available_options
has 75 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
def self.available_options # rubocop:disable Metrics/AbcSize, Metrics/MethodLength [ FastlaneCore::ConfigItem.new( key: :dry_run, env_name: 'FL_SYNC_DEVICES_DRY_RUN',
Method available_options
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Wontfix
Wontfix
def self.available_options # rubocop:disable Metrics/AbcSize, Metrics/MethodLength [ FastlaneCore::ConfigItem.new( key: :dry_run, env_name: 'FL_SYNC_DEVICES_DRY_RUN',
- Read upRead up