Skip to content

feat: new function set_content_image(), deprecate old set_image_* functions #441

feat: new function set_content_image(), deprecate old set_image_* functions

feat: new function set_content_image(), deprecate old set_image_* functions #441

Triggered via pull request October 7, 2024 19:13
Status Success
Total duration 2m 10s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
lint
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
The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory
lint
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: R/audits.R#L56
file=R/audits.R,line=56,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 106 characters.
lint: R/connect.R#L23
file=R/connect.R,line=23,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 26.
lint: R/connect.R#L23
file=R/connect.R,line=23,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/connect.R#L70
file=R/connect.R,line=70,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 147 characters.
lint: R/connect.R#L190
file=R/connect.R,line=190,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 107 characters.
lint: R/connect.R#L361
file=R/connect.R,line=361,col=38,[seq_linter] 1:length(...) is likely to be wrong in the empty edge case. Use seq_along(...) instead.
lint: R/connect.R#L754
file=R/connect.R,line=754,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 115 characters.
lint: R/connect.R#L784
file=R/connect.R,line=784,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 101 characters.
lint: R/content.R#L7
file=R/content.R,line=7,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/content.R#L48
file=R/content.R,line=48,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 124 characters.