Skip to content

docs: more guidance for big layers #8

docs: more guidance for big layers

docs: more guidance for big layers #8

Triggered via pull request August 12, 2024 12:33
@maellemaelle
synchronize #170
format
Status Failure
Total duration 36m 25s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
36m 14s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
lint-changed-files
Process completed with exit code 31.
lint-changed-files: R/layers.R#L163
file=R/layers.R,line=163,col=7,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.