Skip to content

Clean up some lints #391

Clean up some lints

Clean up some lints #391

Triggered via pull request September 8, 2023 19:43
Status Success
Total duration 7m 9s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/data_plot.R#L182
file=R/data_plot.R,line=182,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint / lint: R/data_plot.R#L188
file=R/data_plot.R,line=188,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint / lint: R/geom_binomdensity.R#L94
file=R/geom_binomdensity.R,line=94,col=15,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/geom_from_list.R#L115
file=R/geom_from_list.R,line=115,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 40, this has 54.
lint / lint: R/geom_from_list.R#L222
file=R/geom_from_list.R,line=222,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint / lint: R/geom_from_list.R#L224
file=R/geom_from_list.R,line=224,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint / lint: R/geom_violindot.R#L26
file=R/geom_violindot.R,line=26,col=28,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint / lint: R/geom_violindot.R#L27
file=R/geom_violindot.R,line=27,col=28,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint / lint: R/geom_violinhalf.R#L43
file=R/geom_violinhalf.R,line=43,col=29,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint / lint: R/geom_violinhalf.R#L44
file=R/geom_violinhalf.R,line=44,col=29,[object_name_linter] Variable and function name style should match snake_case or symbols.