Skip to content

Use scalar logical operators in conditionals #34

Use scalar logical operators in conditionals

Use scalar logical operators in conditionals #34

Triggered via pull request May 20, 2024 11:18
Status Success
Total duration 1m 30s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#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#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 55 to at most 25.
lint: R/geom_signif.R#L359
file=R/geom_signif.R,line=359,col=7,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
lint: R/geom_signif.R#L366
file=R/geom_signif.R,line=366,col=7,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
lint: R/geom_signif.R#L366
file=R/geom_signif.R,line=366,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
lint: R/geom_signif.R#L370
file=R/geom_signif.R,line=370,col=7,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.