draft of use_crate() #401
Annotations
1 error and 11 warnings
lint
Process completed with exit code 31.
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
R/use_crate.R#L10
file=R/use_crate.R,line=10,col=78,[trailing_whitespace_linter] Trailing whitespace is superfluous.
|
lint:
R/use_crate.R#L15
file=R/use_crate.R,line=15,col=63,[trailing_whitespace_linter] Trailing whitespace is superfluous.
|
lint:
R/use_crate.R#L36
file=R/use_crate.R,line=36,col=3,[trailing_whitespace_linter] Trailing whitespace is superfluous.
|
lint:
R/use_crate.R#L40
file=R/use_crate.R,line=40,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 18.
|
lint:
R/use_crate.R#L41
file=R/use_crate.R,line=41,col=4,[indentation_linter] Indentation should be 2 spaces but is 4 spaces.
|
lint:
R/use_crate.R#L48
file=R/use_crate.R,line=48,col=2,[brace_linter] There should be a space before an opening curly brace.
|
lint:
R/use_crate.R#L48
file=R/use_crate.R,line=48,col=2,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
lint:
R/use_crate.R#L51
file=R/use_crate.R,line=51,col=57,[brace_linter] There should be a space before an opening curly brace.
|
lint:
R/use_crate.R#L51
file=R/use_crate.R,line=51,col=57,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
lint:
R/use_crate.R#L67
file=R/use_crate.R,line=67,col=60,[brace_linter] There should be a space before an opening curly brace.
|