diff options
author | w0rp <devw0rp@gmail.com> | 2016-09-16 09:15:33 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-09-16 09:15:33 +0100 |
commit | 02b2ccb9d0f7061eaa7ec8dba5cdd7eed518c9c5 (patch) | |
tree | 569eea412225766295bd3a547abdeb9a2a1f97bf | |
parent | f89738c951aea53d6f3273ded052bbb5d6864f14 (diff) | |
download | ale-02b2ccb9d0f7061eaa7ec8dba5cdd7eed518c9c5.zip |
I accidentally credited the wrong guy. Let's fix that.
-rw-r--r-- | ale_linters/ruby/rubocop.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/ruby/rubocop.vim b/ale_linters/ruby/rubocop.vim index 2fe74cc9..cee70533 100644 --- a/ale_linters/ruby/rubocop.vim +++ b/ale_linters/ruby/rubocop.vim @@ -1,4 +1,4 @@ -" Author: Chris Kyrouac - https://github.com/fijshion +" Author: ynonp - https://github.com/ynonp if exists('g:loaded_ale_linters_ruby_rubocop') finish |