Skip to content

protect tests from network/CRAN outage; bump version number #35

protect tests from network/CRAN outage; bump version number

protect tests from network/CRAN outage; bump version number #35

Triggered via push November 18, 2023 22:01
Status Success
Total duration 3m 59s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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.
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/ASCIIfy.R#L44
file=R/ASCIIfy.R,line=44,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 20.
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/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#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#L74
file=R/ASCIIfy.R,line=74,col=3,[brace_linter] `else` should come on the same line as the previous `}`.
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/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#L99
file=R/baseOf.R,line=99,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.