mirror of
https://github.com/dense-analysis/ale
synced 2025-01-03 04:22:03 +00:00
Document the new lintr option
This commit is contained in:
parent
1ea5400e8d
commit
984c4f0658
20
doc/ale-r.txt
Normal file
20
doc/ale-r.txt
Normal file
@ -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:
|
@ -101,6 +101,8 @@ CONTENTS *ale-contents*
|
|||||||
pycodestyle.........................|ale-python-pycodestyle|
|
pycodestyle.........................|ale-python-pycodestyle|
|
||||||
pylint..............................|ale-python-pylint|
|
pylint..............................|ale-python-pylint|
|
||||||
yapf................................|ale-python-yapf|
|
yapf................................|ale-python-yapf|
|
||||||
|
r.....................................|ale-r-options|
|
||||||
|
lintr...............................|ale-r-lintr|
|
||||||
ruby..................................|ale-ruby-options|
|
ruby..................................|ale-ruby-options|
|
||||||
brakeman............................|ale-ruby-brakeman|
|
brakeman............................|ale-ruby-brakeman|
|
||||||
rails_best_practices................|ale-ruby-rails_best_practices|
|
rails_best_practices................|ale-ruby-rails_best_practices|
|
||||||
|
Loading…
Reference in New Issue
Block a user