From 6f40cdca65426b9a2d75d41b615b8388fbb1686b Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Mon, 6 Feb 2017 15:13:13 +0900 Subject: Update comments for RuboCop pattern --- ale_linters/ruby/rubocop.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/ruby/rubocop.vim') diff --git a/ale_linters/ruby/rubocop.vim b/ale_linters/ruby/rubocop.vim index 5e5e2cbc..87fc7b79 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 = [] -- cgit v1.2.3