New linter for complex conditional expressions #6753
Annotations
1 error and 4 warnings
lint
Process completed with exit code 31.
|
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/get_source_expressions.R#L89
file=R/get_source_expressions.R,line=89,col=7,[complex_conditional_linter] Complex conditional with more than 2 logical operator(s). Consider extracting into a boolean function or variable for readability and reusability.
|
lint:
R/lint.R#L367
file=R/lint.R,line=367,col=10,[complex_conditional_linter] Complex conditional with more than 2 logical operator(s). Consider extracting into a boolean function or variable for readability and reusability.
|
lint:
R/utils.R#L2
file=R/utils.R,line=2,col=7,[complex_conditional_linter] Complex conditional with more than 2 logical operator(s). Consider extracting into a boolean function or variable for readability and reusability.
|