mobilecause/cardconnect

View on GitHub
lib/cardconnect.rb

Summary

Maintainability
A
0 mins
Test Coverage

Final newline missing.
Open

end
Severity: Minor
Found in lib/cardconnect.rb by rubocop

Extra blank line detected.
Open


module CardConnect
Severity: Minor
Found in lib/cardconnect.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