Ensure available deployments match selected devices architecture and platform when batch-updating #2347
ci.yml
on: pull_request
compile-and-test
3m 47s
build-and-publish
0s
Annotations
3 errors and 13 warnings
compile-and-test:
test/nerves_hub_web/live/devices/index_test.exs#L358
test bulk actions selecting multiple devices to add to deployment but none match firmware requirements (NervesHubWeb.Live.Devices.IndexTest)
|
compile-and-test:
test/nerves_hub_web/live/devices/index_test.exs#L321
test bulk actions selecting multiple devices to add to deployment but some don't match firmware requirements (NervesHubWeb.Live.Devices.IndexTest)
|
compile-and-test
Process completed with exit code 2.
|
compile-and-test:
lib/nerves_hub/extensions/health.ex#L108
Nested modules could be aliased at the top of the invoking module.
|
compile-and-test:
lib/nerves_hub/extensions/geo.ex#L49
Nested modules could be aliased at the top of the invoking module.
|
compile-and-test:
lib/nerves_hub/extensions.ex#L67
Nested modules could be aliased at the top of the invoking module.
|
compile-and-test:
test/support/fixtures.ex#L342
Nested modules could be aliased at the top of the invoking module.
|
compile-and-test:
test/support/fixtures.ex#L341
Nested modules could be aliased at the top of the invoking module.
|
compile-and-test:
test/support/fixtures.ex#L339
Nested modules could be aliased at the top of the invoking module.
|
compile-and-test:
test/support/fixtures.ex#L336
Nested modules could be aliased at the top of the invoking module.
|
compile-and-test:
test/support/fixtures.ex#L334
Nested modules could be aliased at the top of the invoking module.
|
compile-and-test:
test/nerves_hub/ssl_test.exs#L391
Nested modules could be aliased at the top of the invoking module.
|
compile-and-test:
lib/nerves_hub_web/views/layout_view.ex#L51
Nested modules could be aliased at the top of the invoking module.
|
compile-and-test
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
compile-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
|
compile-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
|