Better GitHub Action workflow for JuliaFormatter #359
Annotations
1 error and 7 warnings
|
docs/make.jl#L24
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
docs/make.jl:24:- authors = "Takafumi Arakaki",
docs/make.jl:24:+ authors = "Takafumi Arakaki",
|
docs/make.jl#L27
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
docs/make.jl:27:-deploydocs( ; repo = "github.com/JuliaTesting/Aqua.jl", push_preview = true)
docs/make.jl:28:-
docs/make.jl:27:+deploydocs(; repo = "github.com/JuliaTesting/Aqua.jl", push_preview = true)
|
src/unbound_args.jl#L16
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/unbound_args.jl:16:- printstyled(
src/unbound_args.jl:17:- stderr,
src/unbound_args.jl:18:- "Unbound type parameters detected:\n";
src/unbound_args.jl:19:- bold = true,
src/unbound_args.jl:20:- color = Base.error_color(),
src/unbound_args.jl:16:+ printstyled(
src/unbound_args.jl:17:+ stderr,
src/unbound_args.jl:18:+ "Unbound type parameters detected:\n";
src/unbound_args.jl:19:+ bold = true,
src/unbound_args.jl:20:+ color = Base.error_color(),
|
src/unbound_args.jl#L22
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/unbound_args.jl:22:- show(stderr,MIME"text/plain"( ) , unbounds)
src/unbound_args.jl:22:+ show(stderr, MIME"text/plain"(), unbounds)
|
src/unbound_args.jl#L26
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/unbound_args.jl:26:- @test_broken isempty(
src/unbound_args.jl:27:- unbounds)
src/unbound_args.jl:26:+ @test_broken isempty(unbounds)
|
test/test_unbound_args.jl#L8
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/test_unbound_args.jl:8:- results = @testtestset begin
test/test_unbound_args.jl:9:- Aqua.test_unbound_args(PkgUnboundArgs)
test/test_unbound_args.jl:10:- end
test/test_unbound_args.jl:11:- @test length(results) == 1
test/test_unbound_args.jl:12:- @test results[1] isa Test.Fail
test/test_unbound_args.jl:8:+ results = @testtestset begin
test/test_unbound_args.jl:9:+ Aqua.test_unbound_args(PkgUnboundArgs)
test/test_unbound_args.jl:10:+ end
test/test_unbound_args.jl:11:+ @test length(results) == 1
test/test_unbound_args.jl:12:+ @test results[1] isa Test.Fail
|
test/test_unbound_args.jl#L14
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/test_unbound_args.jl:14:- # It works with other tests:
test/test_unbound_args.jl:15:- Aqua.test_ambiguities( PkgUnboundArgs )
test/test_unbound_args.jl:16:- Aqua.test_undefined_exports(PkgUnboundArgs)
test/test_unbound_args.jl:14:+ # It works with other tests:
test/test_unbound_args.jl:15:+ Aqua.test_ambiguities(PkgUnboundArgs)
test/test_unbound_args.jl:16:+ Aqua.test_undefined_exports(PkgUnboundArgs)
|
The logs for this run have expired and are no longer available.
Loading