add group track api #23
Annotations
12 errors
lint:
app/controllers/api/event_controller.rb#L36
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
app/controllers/api/event_controller.rb#L124
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/api/event_controller.rb#L124
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/api/event_controller.rb#L272
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/api/event_controller.rb#L272
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/api/event_controller.rb#L283
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/api/event_controller.rb#L283
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/api/event_controller.rb#L286
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/api/event_controller.rb#L286
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/api/profile_controller.rb#L50
Layout/SpaceAfterComma: Space missing after comma.
|
scan_ruby
Process completed with exit code 3.
|
test
Process completed with exit code 1.
|