CocoaPods/CocoaPods

View on GitHub
lib/cocoapods/target.rb

Summary

Maintainability
B
5 hrs
Test Coverage
A
97%

Class Target has 39 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Target
    DEFAULT_VERSION = '1.0.0'.freeze
    DEFAULT_NAME = 'Default'.freeze
    DEFAULT_BUILD_CONFIGURATIONS = { 'Release' => :release, 'Debug' => :debug }.freeze

Severity: Minor
Found in lib/cocoapods/target.rb - About 5 hrs to fix

    Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def initialize(sandbox, build_type, user_build_configurations, archs, platform)
    Severity: Minor
    Found in lib/cocoapods/target.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status