mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-07 02:11:05 +08:00
Complain about incorrect uses of expand('%...')
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
" Description: Set options in files based on regex patterns.
|
||||
|
||||
function! ale#pattern_options#SetOptions() abort
|
||||
let l:filename = expand('%:p')
|
||||
let l:filename = expand('%:p') " no-custom-checks
|
||||
let l:options = {}
|
||||
|
||||
for l:pattern in keys(g:ale_pattern_options)
|
||||
|
||||
Reference in New Issue
Block a user