mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
8 lines
316 B
Text
8 lines
316 B
Text
|
# see https://github.com/jimhester/lintr#project-configuration for details
|
||
|
# on how to configure lintr.
|
||
|
# Defaults mostly adhere to: https://style.tidyverse.org/
|
||
|
#
|
||
|
# 'object_usage_linter' runs code with eval() and is deactivated by default
|
||
|
# for security reasons.
|
||
|
|
||
|
linters: with_defaults(object_usage_linter = NULL)
|