Skip to content

update lint GH workflow #43

update lint GH workflow

update lint GH workflow #43

Triggered via push July 8, 2025 12:08
Status Failure
Total duration 5m 32s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 31.
lint: R/baseOf.R#L99
file=R/baseOf.R,line=99,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/baseOf.R#L83
file=R/baseOf.R,line=83,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/baseOf.R#L80
file=R/baseOf.R,line=80,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 82 characters.
lint: R/ASCIIfy.R#L74
file=R/ASCIIfy.R,line=74,col=3,[brace_linter] `else` should come on the same line as the previous `}`.
lint: R/ASCIIfy.R#L68
file=R/ASCIIfy.R,line=68,col=5,[return_linter] Use implicit return behavior; explicit return() is not needed.
lint: R/ASCIIfy.R#L54
file=R/ASCIIfy.R,line=54,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 85 characters.
lint: R/ASCIIfy.R#L47
file=R/ASCIIfy.R,line=47,col=3,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
lint: R/ASCIIfy.R#L44
file=R/ASCIIfy.R,line=44,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/asc.R#L48
file=R/asc.R,line=48,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 83 characters.
lint: R/addLast.R#L2
file=R/addLast.R,line=2,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.