Skip to content

nMFI normalisation type #289

nMFI normalisation type

nMFI normalisation type #289

Triggered via pull request October 15, 2024 07:35
@FersoilFersoil
synchronize #174
nMFI
Status Success
Total duration 2m 1s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
lint
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
lint
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
lint: R/classes-model.R#L4
file=R/classes-model.R,line=4,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 117 characters.
lint: R/classes-model.R#L8
file=R/classes-model.R,line=8,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 116 characters.
lint: R/classes-model.R#L19
file=R/classes-model.R,line=19,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 141 characters.
lint: R/classes-model.R#L21
file=R/classes-model.R,line=21,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 101 characters.
lint: R/classes-model.R#L22
file=R/classes-model.R,line=22,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 96 characters.
lint: R/classes-model.R#L24
file=R/classes-model.R,line=24,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 98 characters.
lint: R/classes-model.R#L29
file=R/classes-model.R,line=29,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 86 characters.
lint: R/classes-model.R#L30
file=R/classes-model.R,line=30,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 94 characters.
lint: R/classes-model.R#L38
file=R/classes-model.R,line=38,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 16.
lint: R/classes-model.R#L38
file=R/classes-model.R,line=38,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.