nisevi/primes_table

View on GitHub
bin/primes_table

Summary

Maintainability
Test Coverage

Line is too long. [91/80]
Open

  on('-r ROWS', '--rows', 'Amount of rows in table. Must be integer. Default value is 10.')
Severity: Minor
Found in bin/primes_table by rubocop

Missing top-level class documentation comment.
Open

class App
Severity: Minor
Found in bin/primes_table by rubocop

This cop checks for missing top-level documentation of classes and modules. Classes with no body are exempt from the check and so are namespace modules - modules that have nothing in their bodies except classes, other modules, or constant definitions.

The documentation requirement is annulled if the class or module has a "#:nodoc:" comment next to it. Likewise, "#:nodoc: all" does the same for all its children.

Example:

# bad
class Person
  # ...
end

# good
# Description/Explanation of Person class
class Person
  # ...
end

Line is too long. [104/80]
Open

  on('-c COLUMNS', '--columns', 'Amount of columns in the table. Must be integer. Default value is 10.')
Severity: Minor
Found in bin/primes_table by rubocop

There are no issues that match your filters.

Category
Status