Skip to content

Increment version number to 1.2.0.9002 #13

Increment version number to 1.2.0.9002

Increment version number to 1.2.0.9002 #13

Triggered via push October 4, 2023 08:59
Status Failure
Total duration 17m 10s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 31.
lint: R/customConverters.R#L21
file=R/customConverters.R,line=21,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 17.
lint: R/customConverters.R#L21
file=R/customConverters.R,line=21,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/customConverters.R#L22
file=R/customConverters.R,line=22,col=4,[indentation_linter] Indentation should be 2 spaces but is 4 spaces.
lint: R/customConverters.R#L22
file=R/customConverters.R,line=22,col=45,[spaces_inside_linter] Do not place spaces before parentheses.
lint: R/customConverters.R#L22
file=R/customConverters.R,line=22,col=47,[brace_linter] There should be a space before an opening curly brace.
lint: R/customConverters.R#L22
file=R/customConverters.R,line=22,col=47,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
lint: R/customConverters.R#L23
file=R/customConverters.R,line=23,col=8,[indentation_linter] Indentation should be 4 spaces but is 8 spaces.
lint: R/customConverters.R#L24
file=R/customConverters.R,line=24,col=4,[indentation_linter] Indentation should be 2 spaces but is 4 spaces.
lint: R/customConverters.R#L26
file=R/customConverters.R,line=26,col=4,[indentation_linter] Indentation should be 2 spaces but is 4 spaces.
lint: R/customConverters.R#L27
file=R/customConverters.R,line=27,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.