diff options
Diffstat (limited to 'doc/ale-r.txt')
-rw-r--r-- | doc/ale-r.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-r.txt b/doc/ale-r.txt index 6372f80d..f85f48fd 100644 --- a/doc/ale-r.txt +++ b/doc/ale-r.txt @@ -16,5 +16,14 @@ g:ale_r_lintr_options *g:ale_r_lintr_options* options. Consult the lintr documentation for more information. +g:ale_r_lintr_lint_package *g:ale_r_lintr_lint_package* + *b:ale_r_lintr_lint_package* + Type: |Number| + Default: `0` + + When set to `1`, the file will be checked with `lintr::lint_package` instead + of `lintr::lint`. This prevents erroneous namespace warnings when linting + package files. + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |