doches/rwordnet

View on GitHub
examples/morphy.rb

Summary

Maintainability
A
0 mins
Test Coverage

1 trailing blank lines detected.
Open

Severity: Minor
Found in examples/morphy.rb by rubocop

Extra blank line detected.
Open


puts ''
Severity: Minor
Found in examples/morphy.rb by rubocop

This cops checks for two or more consecutive blank lines.

Example:

# bad - It has two empty lines.
some_method
# one empty line
# two empty lines
some_method

# good
some_method
# one empty line
some_method

There are no issues that match your filters.

Category
Status