Skip to content

reconciling cran-fixes with main: autoplot.curve_params #45

reconciling cran-fixes with main: autoplot.curve_params

reconciling cran-fixes with main: autoplot.curve_params #45

Triggered via pull request September 19, 2024 22:59
Status Failure
Total duration 24m 36s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
24m 26s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
lint-changed-files
Process completed with exit code 31.
lint-changed-files: R/autoplot.curve_params.R#L5
file=R/autoplot.curve_params.R,line=5,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 89 characters.
lint-changed-files: R/autoplot.curve_params.R#L9
file=R/autoplot.curve_params.R,line=9,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 617 characters.
lint-changed-files: R/autoplot.curve_params.R#L20
file=R/autoplot.curve_params.R,line=20,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 91 characters.
lint-changed-files: R/autoplot.curve_params.R#L39
file=R/autoplot.curve_params.R,line=39,col=13,[seq_linter] 1:length(...) is likely to be wrong in the empty edge case. Use seq_along(...) instead.
lint-changed-files: R/autoplot.curve_params.R#L40
file=R/autoplot.curve_params.R,line=40,col=3,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.