thoughtbot/paperclip

View on GitHub

Showing 1,009 of 1,009 total issues

Space missing to the left of {.
Open

          if attributes.any?{ |attribute| instance.errors[attribute].present? }
Severity: Minor
Found in lib/tasks/paperclip.rake by rubocop

Checks that block braces have or don't have a space before the opening brace depending on configuration.

Example:

# bad
foo.map{ |a|
  a.bar.to_s
}

# good
foo.map { |a|
  a.bar.to_s
}

TODO found
Open

        # TODO: is it even possible to take into account Procs?

TODO found
Open

  - TODO
Severity: Minor
Found in .hound.yml by fixme

FIXME found
Open

  - FIXME
Severity: Minor
Found in .hound.yml by fixme

HACK found
Open

  Description: Checks formatting of special comments (TODO, FIXME, OPTIMIZE, HACK,
Severity: Minor
Found in .hound.yml by fixme

FIXME found
Open

  Description: Checks formatting of special comments (TODO, FIXME, OPTIMIZE, HACK,
Severity: Minor
Found in .hound.yml by fixme

TODO found
Open

  s.add_development_dependency('cucumber-expressions', '4.0.3') # TODO: investigate failures on 4.0.4
Severity: Minor
Found in paperclip.gemspec by fixme

HACK found
Open

  - HACK
Severity: Minor
Found in .hound.yml by fixme

TODO found
Open

  Description: Checks formatting of special comments (TODO, FIXME, OPTIMIZE, HACK,
Severity: Minor
Found in .hound.yml by fixme
Severity
Category
Status
Source
Language