ianheggie/cruisecontrol.rb

View on GitHub
lib/builder_plugins/sequential_build_logger/init.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method add_build has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def add_build(build)
    begin
      current_dir = Rails.root.join('lib', 'builder_plugins', 'sequential_build_logger').to_s
      #Log file and html file in project path
      project_build_sequence_log = "#{build.project.path}/build_sequence.log"
Severity: Minor
Found in lib/builder_plugins/sequential_build_logger/init.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status