Skip to content

Merge pull request #52 from clemasso/develop #90

Merge pull request #52 from clemasso/develop

Merge pull request #52 from clemasso/develop #90

Triggered via push August 13, 2024 14:11
Status Failure
Total duration 3m 26s
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: inst/templates/report.Rmd#L45
file=inst/templates/report.Rmd,line=45,col=74,[seq_linter] 1:ncol(...) is likely to be wrong in the empty edge case. Use seq_len(ncol(...)) instead.
lint: inst/templates/report.Rmd#L46
file=inst/templates/report.Rmd,line=46,col=70,[seq_linter] 1:ncol(...) is likely to be wrong in the empty edge case. Use seq_len(ncol(...)) instead.
lint: R/revision_analysis.R#L608
file=R/revision_analysis.R,line=608,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 16.
lint: R/revision_analysis.R#L612
file=R/revision_analysis.R,line=612,col=7,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
lint: R/revision_analysis.R#L612
file=R/revision_analysis.R,line=612,col=27,[brace_linter] There should be a space before an opening curly brace.
lint: R/revision_analysis.R#L612
file=R/revision_analysis.R,line=612,col=27,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
lint: R/revision_analysis.R#L616
file=R/revision_analysis.R,line=616,col=7,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
lint: R/revision_analysis.R#L616
file=R/revision_analysis.R,line=616,col=85,[brace_linter] There should be a space before an opening curly brace.
lint: R/revision_analysis.R#L616
file=R/revision_analysis.R,line=616,col=85,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
lint: R/revision_analysis.R#L619
file=R/revision_analysis.R,line=619,col=7,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.