cloudfoundry/collector

View on GitHub
lib/collector/config.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method configure has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def configure(config)
        @index = config["index"].to_i
        setup_logging(config["logging"])

        @deployment_name = config["deployment_name"] || "untitled_dev"
Severity: Minor
Found in lib/collector/config.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status