afaur/ruby-nicefn

View on GitHub
tst/inst.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

  def test_inst_valid
    assert_block('Error testing instance public methods') do
      # Store a class property on Inst
      Inst.set_klass_property @klass_property
      
Severity: Minor
Found in tst/inst.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.

Trailing whitespace detected.
Open

      
Severity: Minor
Found in tst/inst.rb by rubocop

There are no issues that match your filters.

Category
Status