Skip to content

Prepare Release 1.0.0: Check {insight} API / documentation on API #825

Prepare Release 1.0.0: Check {insight} API / documentation on API

Prepare Release 1.0.0: Check {insight} API / documentation on API #825

Triggered via pull request October 14, 2024 11:56
Status Failure
Total duration 9m 27s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
3m 8s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
lint-changed-files / lint-changed-files: R/clean_parameters.R#L531
file=R/clean_parameters.R,line=531,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
lint-changed-files / lint-changed-files: R/clean_parameters.R#L542
file=R/clean_parameters.R,line=542,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
lint-changed-files / lint-changed-files: R/clean_parameters.R#L588
file=R/clean_parameters.R,line=588,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
lint-changed-files / lint-changed-files: R/clean_parameters.R#L655
file=R/clean_parameters.R,line=655,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 121 characters.
lint-changed-files / lint-changed-files: R/find_statistic.R#L26
file=R/find_statistic.R,line=26,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 53 to at most 40.
lint-changed-files / lint-changed-files: tests/testthat/test-gam.R#L83
file=tests/testthat/test-gam.R,line=83,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint-changed-files / lint-changed-files: tests/testthat/test-gam.R#L162
file=tests/testthat/test-gam.R,line=162,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 160 characters.
lint-changed-files / lint-changed-files: tests/testthat/test-GLMMadaptive.R#L358
file=tests/testthat/test-GLMMadaptive.R,line=358,col=12,[unnecessary_concatenation_linter] Remove unnecessary c() of a constant expression. Replace with as.vector() if c() is used to strip attributes, e.g. in converting an array to a vector.