build(deps): bump thruster from 0.1.9 to 0.1.11 #40
Annotations
10 errors
Lint code for consistent style:
Gemfile#L65
Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
Lint code for consistent style:
Gemfile#L67
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L69
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L69
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Lint code for consistent style:
Gemfile#L69
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Lint code for consistent style:
app/controllers/courses_controller.rb#L15
Layout/EmptyLinesAroundMethodBody: Extra empty line detected at method body beginning.
|
Lint code for consistent style:
app/controllers/courses_controller.rb#L43
Layout/EmptyLinesAroundMethodBody: Extra empty line detected at method body beginning.
|
Lint code for consistent style:
app/controllers/courses_controller.rb#L78
Style/RedundantReturn: Redundant `return` detected.
|
Lint code for consistent style:
app/controllers/courses_controller.rb#L81
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body end.
|
Lint code for consistent style:
app/controllers/sections_controller.rb#L32
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Loading