docs: more guidance for big layers #5
lint-changed-files.yaml
on: pull_request
lint-changed-files
38m 12s
Annotations
1 error and 5 warnings
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files:
R/layers.R#L76
file=R/layers.R,line=76,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 118 characters.
|
lint-changed-files:
R/layers.R#L77
file=R/layers.R,line=77,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 106 characters.
|
lint-changed-files:
R/layers.R#L78
file=R/layers.R,line=78,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 128 characters.
|
lint-changed-files:
R/layers.R#L80
file=R/layers.R,line=80,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
|
lint-changed-files:
R/layers.R#L159
file=R/layers.R,line=159,col=7,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|