docs: more guidance for big layers #8
lint-changed-files.yaml
on: pull_request
lint-changed-files
36m 14s
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) { ... }`.
|