FIXED comments
This commit is contained in:
		
							parent
							
								
									6d0d05410a
								
							
						
					
					
						commit
						5180deb1d2
					
				@ -7,9 +7,8 @@ let g:loaded_ale_linters_ruby_rubocop = 1
 | 
				
			|||||||
function! ale_linters#ruby#rubocop#Handle(buffer, lines)
 | 
					function! ale_linters#ruby#rubocop#Handle(buffer, lines)
 | 
				
			||||||
    " Matches patterns line the following:
 | 
					    " Matches patterns line the following:
 | 
				
			||||||
    "
 | 
					    "
 | 
				
			||||||
    " <text>:47:14: Missing trailing comma. [Warning/comma-dangle]
 | 
					    " <path>/_:47:14: 83:29: C: Prefer single-quoted strings when you don't
 | 
				
			||||||
    " <text>:56:41: Missing semicolon. [Error/semi]
 | 
					    " need string interpolation or special symbols.
 | 
				
			||||||
    " let pattern = '.*_:\(\d\+\):\(\d\+\): \(.\) \(.\+\)'
 | 
					 | 
				
			||||||
    let pattern = '\v_:(\d+):(\d+): (.): (.+)'
 | 
					    let pattern = '\v_:(\d+):(\d+): (.): (.+)'
 | 
				
			||||||
    let output = []
 | 
					    let output = []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user