Skip to content

Merge pull request #12 from pythonhealthdatascience/dev #10

Merge pull request #12 from pythonhealthdatascience/dev

Merge pull request #12 from pythonhealthdatascience/dev #10

Triggered via push August 11, 2025 10:19
Status Failure
Total duration 9m 13s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 31.
lint: R/distribution_registry.R#L110
file=R/distribution_registry.R,line=110,col=6,[indentation_linter] Hanging indent should be 11 spaces but is 6 spaces.
lint: R/distribution_registry.R#L108
file=R/distribution_registry.R,line=108,col=10,[indentation_linter] Indentation should be 13 spaces but is 10 spaces.
lint: R/distribution_registry.R#L105
file=R/distribution_registry.R,line=105,col=8,[indentation_linter] Hanging indent should be 11 spaces but is 8 spaces.
lint: R/distribution_registry.R#L45
file=R/distribution_registry.R,line=45,col=7,[brace_linter] Use curly braces for any function spanning multiple lines.
lint: R/distribution_registry.R#L40
file=R/distribution_registry.R,line=40,col=9,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
lint: R/distribution_registry.R#L39
file=R/distribution_registry.R,line=39,col=38,[implicit_integer_linter] Use 2L or 2.0 to avoid implicit integers.
lint: R/distribution_registry.R#L39
file=R/distribution_registry.R,line=39,col=34,[implicit_integer_linter] Use -1L or -1.0 to avoid implicit integers.
lint: R/distribution_registry.R#L38
file=R/distribution_registry.R,line=38,col=30,[implicit_integer_linter] Use 0L or 0.0 to avoid implicit integers.
lint: R/distribution_registry.R#L38
file=R/distribution_registry.R,line=38,col=17,[stopifnot_all_linter] Use stopifnot(x) instead of stopifnot(all(x)). stopifnot(x) runs all() 'under the hood' and provides a better error message in case of failure.
lint: R/distribution_registry.R#L37
file=R/distribution_registry.R,line=37,col=7,[consecutive_assertion_linter] Unify consecutive calls to stopifnot().