Compass/compass

View on GitHub
cli/lib/compass/exec/project_options_parser.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method set_project_options has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def set_project_options(opts)
    opts.on('-c', '--config CONFIG_FILE', 'Specify the location of the configuration file explicitly.') do |configuration_file|
      self.options[:configuration_file] = configuration_file
    end

Severity: Minor
Found in cli/lib/compass/exec/project_options_parser.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status