Skip to content

disable verbosity for failing chains #160

disable verbosity for failing chains

disable verbosity for failing chains #160

Triggered via pull request July 21, 2023 21:23
@sbfnksbfnk
synchronize #433
test-errors
Status Failure
Total duration 9m 38s
Artifacts
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
lint-changed-files
Fit to window
Zoom out
Zoom in

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) { ... }`.