diff options
Diffstat (limited to 'doc/ale-spec.txt')
-rw-r--r-- | doc/ale-spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-spec.txt b/doc/ale-spec.txt index dc58b026..b7c8f244 100644 --- a/doc/ale-spec.txt +++ b/doc/ale-spec.txt @@ -2,7 +2,7 @@ ALE RPM Spec Integration *ale-spec-options* *ale-integration-spec* -------------------------------------------------------------------------------- +=============================================================================== Integration Information The rpmlint linter is disabled by default, because running rpmlint can @@ -16,7 +16,7 @@ Integration Information let g:ale_linters = {'spec': ['rpmlint']} < -------------------------------------------------------------------------------- +=============================================================================== rpmlint *ale-spec-rpmlint* g:ale_spec_rpmlint_executable *g:ale_spec_rpmlint_executable* @@ -39,5 +39,5 @@ g:ale_spec_rpmlint_options *g:ale_spec_rpmlint_options* let g:ale_spec_rpmlint_options = '-f custom.cf' < -------------------------------------------------------------------------------- +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |