lintr::lint(text=)
no longer reads personal settings
#2847
Labels
lintr::lint(text=)
no longer reads personal settings
#2847
(This doesn't affect a release yet, but is an issue of the recently merged #2805, raised here per request of @MichaelChirico.)
The recent change from #2805 means that
~/.lintr
settings are no longer read when linting text input (inline_data
), e.g.,lintr::lint(<R-code-as-string>)
, which is what Emacs-ESS uses to lint code in R buffers. So with the current development version of lintr I'd only see notes from thedefault_linters
.Here is an example where the non-default
duplicate_argument_linter()
is added in the settings:In lintr 3.2.0, this did produce a "lint".
The text was updated successfully, but these errors were encountered: