initiatived21/d21

View on GitHub

Showing 611 of 611 total issues

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem letter_opener should appear before timecop.
Open

  gem 'letter_opener' # emails in browser
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: Think over these colors:

TODO found
Open

      # TODO: import normalize

TODO found
Open

  // TODO: Make this work after launch

TODO found
Open

// TODO: Refactor

TODO found
Open

  // TODO: Normal search results are not sorted yet, only "all pledges" or empty queries.

TODO found
Open

        # TODO: good non-js alternative

TODO found
Open

        # TODO: good non-js alternative
Severity: Minor
Found in app/controllers/updates_controller.rb by fixme

TODO found
Open

        # TODO: good non-js alternative

TODO found
Open

    if (pledge.tags) { // TODO: Why is this `if` needed?

TODO found
Open

 * TODO: Is this still needed and/or redundant?
Severity
Category
Status
Source
Language