cedlemo/topinambour

View on GitHub
lib/window.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method has too many lines. [11/10]
Open

  def initialize(application)
    super(application)
    @application = application
    set_icon_name('utilities-terminal-symbolic')
    set_name('topinambour-window')
Severity: Minor
Found in lib/window.rb by rubocop

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

There are no issues that match your filters.

Category
Status