From d476578a402763f2c6e4e0ada2eb345d0ac938d7 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 4 Sep 2018 16:51:18 +0100 Subject: Improve ALE project style checking * The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed. --- ale_linters/yang/yang_lsp.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ale_linters/yang/yang_lsp.vim') diff --git a/ale_linters/yang/yang_lsp.vim b/ale_linters/yang/yang_lsp.vim index a60e9113..45776f98 100644 --- a/ale_linters/yang/yang_lsp.vim +++ b/ale_linters/yang/yang_lsp.vim @@ -2,6 +2,7 @@ call ale#Set('yang_lsp_executable', 'yang-language-server') function! ale_linters#yang#yang_lsp#GetProjectRoot(buffer) abort let l:project_root = ale#path#FindNearestFile(a:buffer, 'yang.settings') + return !empty(l:project_root) ? fnamemodify(l:project_root, ':h') : '' endfunction -- cgit v1.2.3