Skip to content

feat: Introduce ivpin() function and update related documentation and… #155

feat: Introduce ivpin() function and update related documentation and…

feat: Introduce ivpin() function and update related documentation and… #155

Triggered via push October 22, 2024 19:46
Status Failure
Total duration 2m 24s
Artifacts

super-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
run-lint
The following actions use a deprecated Node.js version 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/
run-lint: R/PINstimation.R#L163
file=/github/workspace/R/PINstimation.R,line=163,col=81,[line_length_linter] Lines should not be more than 80 characters.
run-lint: R/args_validation.R#L46
file=/github/workspace/R/args_validation.R,line=46,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 112.
run-lint: R/args_validation.R#L320
file=/github/workspace/R/args_validation.R,line=320,col=30,[brace_linter] Any function spanning multiple lines should use curly braces.
run-lint: R/args_validation.R#L443
file=/github/workspace/R/args_validation.R,line=443,col=32,[brace_linter] Any function spanning multiple lines should use curly braces.
run-lint: R/args_validation.R#L488
file=/github/workspace/R/args_validation.R,line=488,col=46,[brace_linter] Either both or neither branch in `if`/`else` should use curly braces.
run-lint: R/args_validation.R#L560
file=/github/workspace/R/args_validation.R,line=560,col=37,[infix_spaces_linter] Put spaces around all infix operators.
run-lint: R/args_validation.R#L564
file=/github/workspace/R/args_validation.R,line=564,col=17,[T_and_F_symbol_linter] Use FALSE instead of the symbol F.
run-lint: R/args_validation.R#L643
file=/github/workspace/R/args_validation.R,line=643,col=81,[line_length_linter] Lines should not be more than 80 characters.
run-lint: R/args_validation.R#L650
file=/github/workspace/R/args_validation.R,line=650,col=81,[line_length_linter] Lines should not be more than 80 characters.
run-lint: R/args_validation.R#L664
file=/github/workspace/R/args_validation.R,line=664,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 121.