disable verbosity for failing chains #160
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint-only-changed-files.yaml
on: pull_request
lint-changed-files
9m 29s
Annotations
1 error and 2 warnings
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files:
R/estimate_infections.R#L328
file=R/estimate_infections.R,line=328,col=7,[unnecessary_nested_if_linter] Don't use nested `if` statements, where a single `if` with the combined conditional expression will do. For example, instead of `if (x) { if (y) { ... }}`, use `if (x && y) { ... }`.
|
lint-changed-files:
R/estimate_infections.R#L662
file=R/estimate_infections.R,line=662,col=5,[unnecessary_nested_if_linter] Don't use nested `if` statements, where a single `if` with the combined conditional expression will do. For example, instead of `if (x) { if (y) { ... }}`, use `if (x && y) { ... }`.
|