Fix linting issues #8
Annotations
1 error and 5 warnings
lint
Process completed with exit code 31.
|
lint:
R/iv.R#L86
file=R/iv.R,line=86,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 16.
|
lint:
R/iv.R#L86
file=R/iv.R,line=86,col=1,[object_name_linter] Variable and function name style should match CamelCase, camelCase, dotted.case or snake_case.
|
lint:
R/ols.R#L75
file=R/ols.R,line=75,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 20.
|
lint:
R/ols.R#L75
file=R/ols.R,line=75,col=1,[object_name_linter] Variable and function name style should match CamelCase, camelCase, dotted.case or snake_case.
|
lint:
R/ols.R#L124
file=R/ols.R,line=124,col=21,[indentation_linter] Indentation should be 25 spaces but is 21 spaces.
|