Skip to content

fix: encode user agent #47

fix: encode user agent

fix: encode user agent #47

Triggered via pull request January 27, 2025 08:21
@maellemaelle
synchronize #185
hot-fix
Status Failure
Total duration 35m 30s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
35m 21s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
lint-changed-files
Process completed with exit code 31.
lint-changed-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-changed-files: R/client.R#L36
file=R/client.R,line=36,col=7,[todo_comment_linter] TODO comments should be removed.
lint-changed-files: R/client.R#L37
file=R/client.R,line=37,col=8,[indentation_linter] Indentation should be 6 spaces but is 8 spaces.
lint-changed-files: R/client.R#L37
file=R/client.R,line=37,col=10,[commented_code_linter] Commented code should be removed.
lint-changed-files: R/info.R#L17
file=R/info.R,line=17,col=43,[unnecessary_lambda_linter] Pass get_abstract_null directly as a symbol to map_chr() instead of wrapping it in an unnecessary anonymous function. For example, prefer purrr::map(DF, sum) to purrr::map(DF, ~sum(.x)).
lint-changed-files: R/info.R#L68
file=R/info.R,line=68,col=7,[unnecessary_lambda_linter] Pass get_abstract_null directly as a symbol to map_chr() instead of wrapping it in an unnecessary anonymous function. For example, prefer purrr::map(DF, sum) to purrr::map(DF, ~sum(.x)).