backup/backup

View on GitHub
lib/backup/archive.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

    def perform!
      Logger.info "Creating Archive '#{name}'..."

      path = File.join(Config.tmp_path, @model.trigger, "archives")
      FileUtils.mkdir_p(path)
Severity: Minor
Found in lib/backup/archive.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status