Skip to content

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

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

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

Triggered via pull request October 7, 2024 16:16
Status Success
Total duration 3m 37s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory
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.