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:
cicdguy 2023-05-22 18:36:22 -05:00 committed by GitHub
parent 6bde96b30c
commit 92f290dba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1 @@
linters: with_defaults(object_usage_linter = NULL)
linters: linters_with_defaults(object_usage_linter = NULL)