fix ingredients on update recipe #7
Annotations
11 errors
lint:
app/controllers/application_controller.rb#L4
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body end.
|
lint:
app/controllers/foods_controller.rb#L2
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.
|
lint:
app/controllers/foods_controller.rb#L6
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body end.
|
lint:
app/controllers/home_controller.rb#L2
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.
|
lint:
app/controllers/home_controller.rb#L5
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body end.
|
lint:
app/controllers/recipes_controller.rb#L2
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.
|
lint:
app/controllers/recipes_controller.rb#L28
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/recipes_controller.rb#L28
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/recipes_controller.rb#L30
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body end.
|
lint:
config/routes.rb#L5
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
test
Process completed with exit code 1.
|