Filter out some other searches from logs #53
Annotations
10 errors
Lint code for consistent style:
Gemfile#L64
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
Lint code for consistent style:
Guardfile#L62
Style/PercentLiteralDelimiters: `%w`-literals should be delimited by `[` and `]`.
|
Lint code for consistent style:
app/admin/activity_log.rb#L1
Metrics/BlockLength: Block has too many lines. [67/25]
|
Lint code for consistent style:
app/admin/activity_log.rb#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
Lint code for consistent style:
app/admin/activity_log.rb#L2
Metrics/BlockLength: Block has too many lines. [65/25]
|
Lint code for consistent style:
app/admin/activity_log.rb#L3
Metrics/BlockLength: Block has too many lines. [31/25]
|
Lint code for consistent style:
app/admin/activity_log.rb#L3
Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
Lint code for consistent style:
app/admin/activity_log.rb#L5
Metrics/BlockLength: Block has too many lines. [28/25]
|
Lint code for consistent style:
app/admin/activity_log.rb#L5
Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
Lint code for consistent style:
app/admin/activity_log.rb#L6
Metrics/BlockLength: Block has too many lines. [26/25]
|
Loading