New UI: Product settings (#1802) #1982
Annotations
14 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Credo (won't fail the build):
lib/nerves_hub/extensions/health.ex#L105
Nested modules could be aliased at the top of the invoking module.
|
Run Credo (won't fail the build):
lib/nerves_hub/extensions/geo.ex#L51
Nested modules could be aliased at the top of the invoking module.
|
Run Credo (won't fail the build):
lib/nerves_hub/extensions.ex#L67
Nested modules could be aliased at the top of the invoking module.
|
Run Credo (won't fail the build):
test/support/fixtures.ex#L341
Nested modules could be aliased at the top of the invoking module.
|
Run Credo (won't fail the build):
test/support/fixtures.ex#L340
Nested modules could be aliased at the top of the invoking module.
|
Run Credo (won't fail the build):
test/support/fixtures.ex#L338
Nested modules could be aliased at the top of the invoking module.
|
Run Credo (won't fail the build):
test/support/fixtures.ex#L335
Nested modules could be aliased at the top of the invoking module.
|
Run Credo (won't fail the build):
test/support/fixtures.ex#L333
Nested modules could be aliased at the top of the invoking module.
|
Run Credo (won't fail the build):
test/nerves_hub/ssl_test.exs#L391
Nested modules could be aliased at the top of the invoking module.
|
Run Credo (won't fail the build):
lib/nerves_hub_web/views/layout_view.ex#L51
Nested modules could be aliased at the top of the invoking module.
|
Compiles without warnings
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
|
Run tests
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
|
Run tests
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
|
Loading