diff --git a/ale_linters/ruby/rubocop.vim b/ale_linters/ruby/rubocop.vim index 5e5e2cb..87fc7b7 100644 --- a/ale_linters/ruby/rubocop.vim +++ b/ale_linters/ruby/rubocop.vim @@ -4,7 +4,7 @@ function! ale_linters#ruby#rubocop#Handle(buffer, lines) abort " Matches patterns line the following: " - " /_:47:14: 83:29: C: Prefer single-quoted strings when you don't + " :83:29: C: Prefer single-quoted strings when you don't " need string interpolation or special symbols. let l:pattern = '\v:(\d+):(\d+): (.): (.+)' let l:output = []