Skip to content

fixed all lint warnings #33

fixed all lint warnings

fixed all lint warnings #33

Triggered via pull request November 22, 2024 12:44
Status Success
Total duration 1m 24s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
lint: R/use_afcharts.R#L29
file=R/use_afcharts.R,line=29,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 82 characters.
lint: R/use_afcharts.R#L56
file=R/use_afcharts.R,line=56,col=13,[seq_linter] 1:length(...) is likely to be wrong in the empty edge case. Use seq_along(...) instead.