mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-06 09:57:47 +08:00
Ban !=# and !=? from the codebase
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"
|
||||
" This function should be run in a Vader Before: block.
|
||||
function! ale#test#SetDirectory(docker_path) abort
|
||||
if a:docker_path[:len('/testplugin/') - 1] !=# '/testplugin/'
|
||||
if a:docker_path[:len('/testplugin/') - 1] isnot# '/testplugin/'
|
||||
throw 'docker_path must start with /testplugin/!'
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user