udongo/udongo

View on GitHub

Showing 1,029 of 1,029 total issues

Missing top-level class documentation comment.
Open

  class Term
Severity: Minor
Found in lib/udongo/search/term.rb 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

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem factory_girl_rails should appear before guard-rspec.
Open

  gem 'factory_girl_rails', '~> 4.7.0', require: false
Severity: Minor
Found in Gemfile by rubocop

Gems should be alphabetically sorted within groups.

Example:

# bad
gem 'rubocop'
gem 'rspec'

# good
gem 'rspec'
gem 'rubocop'

# good
gem 'rubocop'

gem 'rspec'

# good only if TreatCommentsAsGroupSeparators is true
# For code quality
gem 'rubocop'
# For tests
gem 'rspec'

TODO found
Open

    # TODO (Dave) - https://github.com/udongo/udongo/issues/20
Severity: Minor
Found in app/models/concerns/sortable.rb by fixme

TODO found
Open

    # TODO (Dave) - check if this page is draggable.

TODO found
Open

    # TODO (Dave) - check if this page may be destroyed.

TODO found
Open

    <%# TODO: rendered form preview instead of formfields datagrid %>

TODO found
Open

  # TODO: Make this searchable by adding the key/value columns on data
Severity: Minor
Found in app/models/form_submission.rb by fixme

TODO found
Open

    # TODO: find out why Module.takes does not override in an engine env.
Severity: Minor
Found in lib/udongo/redirects/status_badge.rb by fixme

TODO found
Open

    # TODO: Handle multiple location headers so #endpoint_matches? can succeed.
Severity: Minor
Found in lib/udongo/redirects/response.rb by fixme
Severity
Category
Status
Source
Language