New linter for complex conditional expressions #6527
Annotations
6 errors and 3 warnings
Run r-lib/actions/check-r-package@v2
Running examples in ‘lintr-Ex.R’ failed
|
Run r-lib/actions/check-r-package@v2
object 'a' not found
|
Run r-lib/actions/check-r-package@v2
R CMD check found ERRORs
|
Run r-lib/actions/check-r-package@v2
Test failures
|
Run r-lib/actions/check-r-package@v2
Process completed with exit code 1.
|
Run r-lib/actions/check-r-package@v2
Test failures
|
Run r-lib/actions/setup-r-dependencies@v2
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.
|
Run r-lib/actions/check-r-package@v2:
<text>#L1
file=<text>,line=1,col=5,[complex_conditional_linter] Complex conditional with more than 1 logical operator(s). Consider extracting into a boolean function or variable for readability and reusability.
|
Run r-lib/actions/check-r-package@v2:
<text>#L1
file=<text>,line=1,col=5,[complex_conditional_linter] Complex conditional with more than 1 logical operator(s). Consider extracting into a boolean function or variable for readability and reusability.
|
Loading