mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
added sbtserver linter
This commit is contained in:
5
test/scala_fixtures/valid_sbt_project/Main.scala
Normal file
5
test/scala_fixtures/valid_sbt_project/Main.scala
Normal file
@@ -0,0 +1,5 @@
|
||||
object HelloAle {
|
||||
def main(args: Array[String]): Int = {
|
||||
println("Hello, ale!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user