Add a script for custom checks to enforce using the abort flag for functions and trailing whitespace, and fix existing issues.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
" Author: KabbAmine <amine.kabb@gmail.com>
|
||||
|
||||
function! ale_linters#json#jsonlint#Handle(buffer, lines)
|
||||
function! ale_linters#json#jsonlint#Handle(buffer, lines) abort
|
||||
" Matches patterns like the following:
|
||||
" line 2, col 15, found: 'STRING' - expected: 'EOF', '}', ',', ']'.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user