porkchopclub/porkchop

View on GitHub

Showing 104 of 104 total issues

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

  gem 'flamegraph', 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'

FIXME found
Open

  # FIXME: This action destroys the match on the specified table, but currently

FIXME found
Open

# FIXME: This is because 2.2.x is blowing up on Travis. Remove when it doesn't.
Severity: Minor
Found in Gemfile by fixme

FIXME found
Open

// FIXME: This is very bad.
Severity: Minor
Found in app/javascript/utils/formatTime.js by fixme
Severity
Category
Status
Source
Language