This repository has been archived by the owner on Feb 13, 2025. It is now read-only.
Reduce line lengths to under 80 chars and remove trailing whitespace #24
Annotations
11 warnings
run-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run-lint:
R/callback.R#L1
file=/github/workspace/R/callback.R,line=1,col=67,[trailing_whitespace_linter] Trailing whitespace is superfluous.
|
run-lint:
R/callback.R#L9
file=/github/workspace/R/callback.R,line=9,col=12,[trailing_whitespace_linter] Trailing whitespace is superfluous.
|
run-lint:
R/callback.R#L23
file=/github/workspace/R/callback.R,line=23,col=51,[trailing_whitespace_linter] Trailing whitespace is superfluous.
|
run-lint:
R/callback.R#L30
file=/github/workspace/R/callback.R,line=30,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 22.
|
run-lint:
R/callback.R#L30
file=/github/workspace/R/callback.R,line=30,col=1,[object_name_linter] Variable and function name style should be snake_case or symbols.
|
run-lint:
R/callback.R#L31
file=/github/workspace/R/callback.R,line=31,col=45,[infix_spaces_linter] Put spaces around all infix operators.
|
run-lint:
R/callback.R#L32
file=/github/workspace/R/callback.R,line=32,col=49,[infix_spaces_linter] Put spaces around all infix operators.
|
run-lint:
R/callback.R#L33
file=/github/workspace/R/callback.R,line=33,col=47,[infix_spaces_linter] Put spaces around all infix operators.
|
run-lint:
R/callback.R#L34
file=/github/workspace/R/callback.R,line=34,col=33,[infix_spaces_linter] Put spaces around all infix operators.
|
run-lint:
R/callback.R#L35
file=/github/workspace/R/callback.R,line=35,col=38,[infix_spaces_linter] Put spaces around all infix operators.
|