summaryrefslogtreecommitdiff
path: root/ale_linters/ruby/rubocop.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/ruby/rubocop.vim')
-rw-r--r--ale_linters/ruby/rubocop.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/ale_linters/ruby/rubocop.vim b/ale_linters/ruby/rubocop.vim
index 7ed91f4a..2fe74cc9 100644
--- a/ale_linters/ruby/rubocop.vim
+++ b/ale_linters/ruby/rubocop.vim
@@ -1,3 +1,5 @@
+" Author: Chris Kyrouac - https://github.com/fijshion
+
if exists('g:loaded_ale_linters_ruby_rubocop')
finish
endif
@@ -38,6 +40,7 @@ function! ale_linters#ruby#rubocop#Handle(buffer, lines)
endfunction
call ALEAddLinter('ruby', {
+\ 'name': 'rubocop',
\ 'executable': 'rubocop',
\ 'command': 'rubocop --format emacs --stdin _',
\ 'callback': 'ale_linters#ruby#rubocop#Handle',