Make cmake-lint read .cmake-format config file (#4747)

This commit is contained in:
Chayoung You
2024-04-07 10:32:19 +09:00
committed by GitHub
parent 6c10a519f1
commit b6b9612691
2 changed files with 3 additions and 3 deletions

View File

@@ -5,9 +5,9 @@ After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'cmake-lint', ale#Escape('cmake-lint') . ' %t'
AssertLinter 'cmake-lint', ale#Escape('cmake-lint') . ' %s'
Execute(The executable should be configurable):
let g:ale_cmake_cmake_lint_executable = 'foobar'
AssertLinter 'foobar', ale#Escape('foobar') . ' %t'
AssertLinter 'foobar', ale#Escape('foobar') . ' %s'