manicmaniac/fastlane-plugin-sync_devices

View on GitHub
lib/fastlane/plugin/sync_devices/actions/sync_devices_action.rb

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 2 total issues

Method available_options has 75 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

def self.available_options # rubocop:disable Metrics/AbcSize, Metrics/MethodLength
[
FastlaneCore::ConfigItem.new(
key: :dry_run,
env_name: 'FL_SYNC_DEVICES_DRY_RUN',
Severity: Major
Found in lib/fastlane/plugin/sync_devices/actions/sync_devices_action.rb - About 3 hrs to fix

    Method available_options has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
    Wontfix

    def self.available_options # rubocop:disable Metrics/AbcSize, Metrics/MethodLength
    [
    FastlaneCore::ConfigItem.new(
    key: :dry_run,
    env_name: 'FL_SYNC_DEVICES_DRY_RUN',
    Severity: Minor
    Found in lib/fastlane/plugin/sync_devices/actions/sync_devices_action.rb - About 25 mins to fix

    There are no issues that match your filters.

    Category
    Status