ecmendenhall/wgif

View on GitHub
lib/wgif/argument_parser.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method initialize has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def initialize
      @options = {}
      @parser = OptionParser.new do |opts|
        opts.on('-f N',
                '--frames N',
Severity: Minor
Found in lib/wgif/argument_parser.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status