Skip to content

Solving infix_spaces_linter() issues (#38) #17

Solving infix_spaces_linter() issues (#38)

Solving infix_spaces_linter() issues (#38) #17

Triggered via push October 4, 2023 10:54
Status Failure
Total duration 3m 56s
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#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/datasets.R#L23
file=R/datasets.R,line=23,col=5,[trailing_blank_lines_linter] Missing terminal newline.
lint: R/DIscBIO-classes.R#L122
file=R/DIscBIO-classes.R,line=122,col=9,[object_usage_linter] local variable 'SingleCellExperiment' assigned but may not be used
lint: R/DIscBIO-classes.R#L154
file=R/DIscBIO-classes.R,line=154,col=9,[object_usage_linter] local variable 'tmpFeats' assigned but may not be used
lint: R/DIscBIO-generic-ClassVectoringDT.R#L18
file=R/DIscBIO-generic-ClassVectoringDT.R,line=18,col=5,[brace_linter] Any function spanning multiple lines should use curly braces.
lint: R/DIscBIO-generic-ClassVectoringDT.R#L34
file=R/DIscBIO-generic-ClassVectoringDT.R,line=34,col=5,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
lint: R/DIscBIO-generic-ClassVectoringDT.R#L46
file=R/DIscBIO-generic-ClassVectoringDT.R,line=46,col=24,[assignment_linter] Use <-, not =, for assignment.
lint: R/DIscBIO-generic-ClassVectoringDT.R#L50
file=R/DIscBIO-generic-ClassVectoringDT.R,line=50,col=24,[assignment_linter] Use <-, not =, for assignment.