mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
Use non-deprecated function (#4169)
Function with_defaults was deprecated in lintr version 3.0.0. Use linters_with_defaults or modify_defaults instead.
This commit is contained in:
parent
6bde96b30c
commit
92f290dba4
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
linters: with_defaults(object_usage_linter = NULL)
|
||||
linters: linters_with_defaults(object_usage_linter = NULL)
|
||||
|
|
Loading…
Reference in a new issue