This repo hasn't had a successful analysis for its default branch yet.

piotrmurach/slideck

View on GitHub

Showing 3 of 3 total issues

Method initialize has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

def initialize(reader, renderer, tracker, screen, output, &reloader)
Severity: Minor
Found in lib/slideck/presenter.rb - About 45 mins to fix

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    def find_top_row(alignment, margin, num_of_lines)
    case alignment
    when "top"
    margin.top
    when "center"
    Severity: Minor
    Found in lib/slideck/renderer.rb and 1 other location - About 25 mins to fix
    lib/slideck/renderer.rb on lines 237..244

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    def find_left_column(alignment, margin, content_length)
    case alignment
    when "left"
    margin.left
    when "center"
    Severity: Minor
    Found in lib/slideck/renderer.rb and 1 other location - About 25 mins to fix
    lib/slideck/renderer.rb on lines 260..267
    Severity
    Category
    Status
    Source
    Language