dense-analysis / dense-analysis/ale
Function with_defaults was deprecated in lintr version 3.0.0. Use linters_with_defaults or modify_defaults instead.
Open
bug
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
The command for linter `lintr` uses a deprecated function.
```
(finished - exit code 0) ['/bin/zsh', '-c', 'cd ''/home/matheus'' && Rscript --no-save --no-restore --no-site-file --no-init-file -e ''suppressPackageStartupMessages(library(lintr));lint(cache = FALSE, commandArgs(TRUE), with_defaults())'' ''/tmp/vWGRtrr/12/a.r''']
```
Error message:
```
Function with_defaults was deprecated in lintr version 3.0.0. Use linters_with_defaults or modify_defaults instead.
```
Contributor guide
Assessment
This issue has not been assessed yet.