diff options
author | Fenner Macrae <13209544+fennerm@users.noreply.github.com> | 2018-02-04 10:57:52 -0800 |
---|---|---|
committer | Fenner Macrae <13209544+fennerm@users.noreply.github.com> | 2018-02-04 10:57:52 -0800 |
commit | dda132c1a2818390cafd674e5db0e3b6ce802965 (patch) | |
tree | 3066f06a1543fb99c23f59fb72ec7b5be098b5d7 /doc | |
parent | 33b3331b0499e502f01730af60fb0e9b5a30951f (diff) | |
download | ale-dda132c1a2818390cafd674e5db0e3b6ce802965.zip |
Add lint_package support to lintr
Diffstat (limited to 'doc')
-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: |