Road to plots 2.0 #2302
Annotations
2 errors and 10 warnings
check
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
check
Process completed with exit code 1.
|
check:
ext/PlotsGRExt/initialization.jl#L16
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
ext/PlotsGRExt/initialization.jl:16:-
|
check:
ext/PlotsGastonExt/PlotsGastonExt.jl#L4
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
ext/PlotsGastonExt/PlotsGastonExt.jl:4:-using Plots: Plots,
ext/PlotsGastonExt/PlotsGastonExt.jl:5:- mesh3d_triangles
ext/PlotsGastonExt/PlotsGastonExt.jl:4:+using Plots: Plots, mesh3d_triangles
|
check:
ext/PlotsGastonExt/initialization.jl#L17
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
ext/PlotsGastonExt/initialization.jl:17:-
|
check:
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl#L47
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl:47:-import Plots: _display, _show, _update_min_padding!, labelfunc, _create_backend_figure, _series_added, _update_plot_object, pgfx_sanitize_string
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl:47:+import Plots:
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl:48:+ _display,
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl:49:+ _show,
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl:50:+ _update_min_padding!,
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl:51:+ labelfunc,
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl:52:+ _create_backend_figure,
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl:53:+ _series_added,
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl:54:+ _update_plot_object,
ext/PlotsPGFPlotsXExt/PlotsPGFPlotsXExt.jl:55:+ pgfx_sanitize_string
|
check:
ext/PlotsPGFPlotsXExt/initialization.jl#L17
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
ext/PlotsPGFPlotsXExt/initialization.jl:17:-
|
check:
ext/PlotsPlotlyJSExt/initialization.jl#L17
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
ext/PlotsPlotlyJSExt/initialization.jl:17:-
|
check:
ext/PlotsPythonPlotExt/initialization.jl#L17
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
ext/PlotsPythonPlotExt/initialization.jl:17:-
|
check:
ext/PlotsUnicodePlotsExt/initialization.jl#L16
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
ext/PlotsUnicodePlotsExt/initialization.jl:16:-
|
check:
src/Commons/Commons.jl#L113
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/Commons/Commons.jl:113:- a -> get(Commons._marker_aliases, a, a) in Commons._all_markers || a isa Plots.Shape,
src/Commons/Commons.jl:113:+ a ->
src/Commons/Commons.jl:114:+ get(Commons._marker_aliases, a, a) in Commons._all_markers || a isa Plots.Shape,
|
check:
src/abstract_backend.jl#L7
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/abstract_backend.jl:7:-const _backend_packages = (
src/abstract_backend.jl:8:- gr = :GR,
src/abstract_backend.jl:9:- unicodeplots = :UnicodePlots,
src/abstract_backend.jl:10:- pgfplotsx = :PGFPlotsX,
src/abstract_backend.jl:11:- pythonplot = :PythonPlot,
src/abstract_backend.jl:12:- plotly = nothing,
src/abstract_backend.jl:13:- plotlyjs = :PlotlyJS,
src/abstract_backend.jl:14:- inspectdr = :InspectDR,
src/abstract_backend.jl:15:- gaston = :Gaston,
src/abstract_backend.jl:16:- hdf5 = :HDF5
src/abstract_backend.jl:17:-)
src/abstract_backend.jl:7:+const _backend_packages = (gr = :GR, unicodeplots = :UnicodePlots, pgfplotsx = :PGFPlotsX, pythonplot = :PythonPlot, plotly = nothing, plotlyjs = :PlotlyJS, inspectdr = :InspectDR, gaston = :Gaston, hdf5 = :HDF5)
|