diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-08 14:17:26 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-08 14:17:26 +0100 |
commit | fdc7166c3ce68babdf8afdb457e23700d4e8ab3a (patch) | |
tree | 16f5b15d5bc13c0a96d534c8c98c1db575b44eec /doc/ale-ruby.txt | |
parent | f9aa7d3b9a030468e744ddc568a8d35492d04a99 (diff) | |
download | ale-fdc7166c3ce68babdf8afdb457e23700d4e8ab3a.zip |
Use equal signs for language documentation sections
Diffstat (limited to 'doc/ale-ruby.txt')
-rw-r--r-- | doc/ale-ruby.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt index 6e8aa0eb..54ebbf5f 100644 --- a/doc/ale-ruby.txt +++ b/doc/ale-ruby.txt @@ -2,7 +2,7 @@ ALE Ruby Integration *ale-ruby-options* -------------------------------------------------------------------------------- +=============================================================================== brakeman *ale-ruby-brakeman* g:ale_ruby_brakeman_options *g:ale_ruby_brakeman_options* @@ -13,7 +13,7 @@ g:ale_ruby_brakeman_options *g:ale_ruby_brakeman_options* The contents of this variable will be passed through to brakeman. -------------------------------------------------------------------------------- +=============================================================================== reek *ale-ruby-reek* g:ale_ruby_reek_show_context *g:ale_ruby_reek_show_context* @@ -34,7 +34,7 @@ g:ale_ruby_reek_show_wiki_link *g:ale_ruby_reek_show_wiki_link* for the type of code smell. Defaults to off to improve readability. -------------------------------------------------------------------------------- +=============================================================================== rubocop *ale-ruby-rubocop* g:ale_ruby_rubocop_executable g:ale_ruby_rubocop_executable @@ -54,5 +54,5 @@ g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options* This variable can be change to modify flags given to rubocop. -------------------------------------------------------------------------------- +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |