Skip to content

Upkeep 2024 (#135)

Upkeep 2024 (#135) #27

Triggered via push April 23, 2024 11:32
Status Success
Total duration 3m 10s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: R/geom_signif.R#L110
file=R/geom_signif.R,line=110,col=24,[vector_logic_linter] Use `&&` in conditional expressions.
lint: R/geom_signif.R#L114
file=R/geom_signif.R,line=114,col=7,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
lint: R/geom_signif.R#L168
file=R/geom_signif.R,line=168,col=5,[return_linter] Use implicit return behavior; explicit return() is not needed.
lint: R/geom_signif.R#L279
file=R/geom_signif.R,line=279,col=24,[vector_logic_linter] Use `&&` in conditional expressions.
lint: R/geom_signif.R#L279
file=R/geom_signif.R,line=279,col=44,[vector_logic_linter] Use `&&` in conditional expressions.
lint: R/geom_signif.R#L280
file=R/geom_signif.R,line=280,col=7,[condition_call_linter] Use warning(., call. = FALSE) not to display the call in an error message.
lint: R/geom_signif.R#L285
file=R/geom_signif.R,line=285,col=9,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
lint: R/geom_signif.R#L288
file=R/geom_signif.R,line=288,col=26,[vector_logic_linter] Use `&&` in conditional expressions.
lint: R/geom_signif.R#L305
file=R/geom_signif.R,line=305,col=9,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
lint: R/geom_signif.R#L348
file=R/geom_signif.R,line=348,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 53 to at most 25.