summaryrefslogtreecommitdiff
path: root/doc/ale-spec.txt
diff options
context:
space:
mode:
authorAdriaan Zonnenberg <amz@adriaan.xyz>2017-04-27 23:04:34 +0200
committerAdriaan Zonnenberg <amz@adriaan.xyz>2017-04-27 23:04:34 +0200
commitba6dbde906a297dbb95d350f9cddfbc00f1070a5 (patch)
treeee6c351255fa5c1ea9a23a94fe7013474ed687a3 /doc/ale-spec.txt
parent65fc4aeb1e12d75b2174bdcd887aacf2c7c98952 (diff)
downloadale-ba6dbde906a297dbb95d350f9cddfbc00f1070a5.zip
Add tags for buffer-local variants of each linter option
Diffstat (limited to 'doc/ale-spec.txt')
-rw-r--r--doc/ale-spec.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/ale-spec.txt b/doc/ale-spec.txt
index 64c56a5f..dc58b026 100644
--- a/doc/ale-spec.txt
+++ b/doc/ale-spec.txt
@@ -12,14 +12,15 @@ Integration Information
Currently linters must be enabled globally. The rpmlint linter can be
enabled with:
-
+>
let g:ale_linters = {'spec': ['rpmlint']}
+<
-------------------------------------------------------------------------------
rpmlint *ale-spec-rpmlint*
g:ale_spec_rpmlint_executable *g:ale_spec_rpmlint_executable*
-
+ *b:ale_spec_rpmlint_executable*
Type: |String|
Default: `'rpmlint'`
@@ -27,15 +28,16 @@ g:ale_spec_rpmlint_executable *g:ale_spec_rpmlint_executable*
g:ale_spec_rpmlint_options *g:ale_spec_rpmlint_options*
-
+ *b:ale_spec_rpmlint_options*
Type: |String|
Default: `''`
Set this to pass extra arguments to rpmlint.
For example, to instruct rpmlint to use a specific configuration file:
-
+>
let g:ale_spec_rpmlint_options = '-f custom.cf'
+<
-------------------------------------------------------------------------------
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: