summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPo Shan Cheah <pcheah@icetec.com>2016-12-01 12:28:27 -0500
committerPo Shan Cheah <pcheah@icetec.com>2016-12-01 12:28:27 -0500
commit5636626da199811e4be6e848e46edccb17950d3a (patch)
tree05142bf18baf76dd84c2351da390e86b49aeceb9 /doc
parentf5a4e1189480170f70a252b0b4e697763f19a0e8 (diff)
downloadale-5636626da199811e4be6e848e46edccb17950d3a.zip
Add options variable for ruby-rubocop
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 42b746c5..01b23321 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -631,6 +631,16 @@ Python 3, you may want to set >
after making sure it's installed for the appropriate Python versions (e.g.
`python3 -m pip install --user flake8`).
+-------------------------------------------------------------------------------
+4.18. ruby-rubocop *ale-linter-options-ruby-rubocop*
+
+g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options*
+
+ Type: |String|
+ Default: `''`
+
+ This variable can be change to modify flags given to rubocop.
+
===============================================================================
5. Linter Integration Notes *ale-linter-integration*