fast okay #26
Annotations
3 errors and 2 warnings
Build and test:
test/inkfish_web/controllers/admin/docker_tag_controller_test.exs#L71
test update docker_tag renders errors when data is invalid (InkfishWeb.Admin.DockerTagControllerTest)
|
Build and test:
test/inkfish_web/controllers/admin/docker_tag_controller_test.exs#L45
test create docker_tag renders errors when data is invalid (InkfishWeb.Admin.DockerTagControllerTest)
|
Build and test
Process completed with exit code 2.
|
Build and test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Build and test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|