claudiob/star

View on GitHub
lib/star/file.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class File has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

  class File
    attr_reader :content_type

    def initialize(options = {})
      @name = options.fetch :name, 'attachment'
Severity: Minor
Found in lib/star/file.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status