mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 13:02:28 +08:00
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: hauleth - https://github.com/haulethe
|
||||
|
||||
function! ale_linters#elixir#credo#Handle(buffer, lines)
|
||||
function! ale_linters#elixir#credo#Handle(buffer, lines) abort
|
||||
" Matches patterns line the following:
|
||||
"
|
||||
" stdin:19: F: Pipe chain should start with a raw value.
|
||||
|
||||
Reference in New Issue
Block a user