From 984c4f06587a1519eeaef48c813b44cdbb5f7b1f Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 3 Sep 2017 23:36:58 +0100 Subject: [PATCH] Document the new lintr option --- doc/ale-r.txt | 20 ++++++++++++++++++++ doc/ale.txt | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 doc/ale-r.txt diff --git a/doc/ale-r.txt b/doc/ale-r.txt new file mode 100644 index 0000000..6372f80 --- /dev/null +++ b/doc/ale-r.txt @@ -0,0 +1,20 @@ +=============================================================================== +ALE R Integration *ale-r-options* + + +=============================================================================== +lintr *ale-r-lintr* + +g:ale_r_lintr_options *g:ale_r_lintr_options* + *b:ale_r_lintr_options* + Type: |String| + Default: `'lintr::with_defaults()'` + + This option can be configured to change the options for lintr. + + The value of this option will be run with `eval` for the `lintr::lint` + options. Consult the lintr documentation for more information. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 70f90cc..899e8c8 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -101,6 +101,8 @@ CONTENTS *ale-contents* pycodestyle.........................|ale-python-pycodestyle| pylint..............................|ale-python-pylint| yapf................................|ale-python-yapf| + r.....................................|ale-r-options| + lintr...............................|ale-r-lintr| ruby..................................|ale-ruby-options| brakeman............................|ale-ruby-brakeman| rails_best_practices................|ale-ruby-rails_best_practices|