Add linter for Scala Metals

https://scalameta.org/metals/
This commit is contained in:
Jeffrey Lau
2019-05-27 20:06:57 +08:00
parent 73812c3e41
commit 5fcb24bb3e
6 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
" Author: Jeffrey Lau https://github.com/zoonfafer
" Description: Tests for the Scala Metals linter
Before:
call ale#assert#SetUpLinterTest('scala', 'metals')
After:
call ale#assert#TearDownLinterTest()
Execute(should set metals for sbt project with build.sbt):
call ale#test#SetFilename('../scala_fixtures/valid_sbt_project/Main.scala')
AssertLSPLanguage 'scala'
AssertLSPOptions {}
AssertLSPConfig {}
AssertLSPProject ale#path#Simplify(g:dir . 'command_callback/../scala_fixtures/valid_sbt_project')
Execute(should not set metals for sbt project without build.sbt):
call ale#test#SetFilename('../scala_fixtures/invalid_sbt_project/Main.scala')
AssertLSPLanguage 'scala'
AssertLSPOptions {}
AssertLSPConfig {}
AssertLSPProject ''