Skip to content

fixed all lint warnings #34

fixed all lint warnings

fixed all lint warnings #34

Triggered via pull request November 22, 2024 13:34
Status Success
Total duration 1m 21s
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.