Compass/compass

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

Summary

Maintainability
A
1 hr
Test Coverage

Method set_global_options has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def set_global_options(opts)
    opts.on('-r LIBRARY', '--require LIBRARY',
            "Require the given ruby LIBRARY before running commands.",
            "  This is used to access compass plugins without having a",
            "  project configuration file."
Severity: Minor
Found in cli/lib/compass/exec/global_options_parser.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status