mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Update comments for RuboCop pattern
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
function! ale_linters#ruby#rubocop#Handle(buffer, lines) abort
|
function! ale_linters#ruby#rubocop#Handle(buffer, lines) abort
|
||||||
" Matches patterns line the following:
|
" 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.
|
" need string interpolation or special symbols.
|
||||||
let l:pattern = '\v:(\d+):(\d+): (.): (.+)'
|
let l:pattern = '\v:(\d+):(\d+): (.): (.+)'
|
||||||
let l:output = []
|
let l:output = []
|
||||||
|
|||||||
Reference in New Issue
Block a user