Update comments for RuboCop pattern

This commit is contained in:
Chayoung You 2017-02-06 15:13:13 +09:00
parent 9d85590421
commit 6f40cdca65
No known key found for this signature in database
GPG Key ID: 46D5FC2EE79FBC2D
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
function! ale_linters#ruby#rubocop#Handle(buffer, lines) abort
" Matches patterns line the following:
"
" <path>/_:47:14: 83:29: C: Prefer single-quoted strings when you don't
" <path>: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 = []