mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-27 12:02:26 +08:00
added sbtserver linter
This commit is contained in:
5
test/scala_fixtures/invalid_sbt_project/Main.scala
Normal file
5
test/scala_fixtures/invalid_sbt_project/Main.scala
Normal file
@@ -0,0 +1,5 @@
|
||||
object HelloAle {
|
||||
def main(args: Array[String]): Int = {
|
||||
println("Hello, ale!")
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
sbt.version=1.2.1
|
||||
@@ -0,0 +1 @@
|
||||
{"uri":"tcp://127.0.0.1:5211"}
|
||||
5
test/scala_fixtures/no_active_sbt_project/Main.scala
Normal file
5
test/scala_fixtures/no_active_sbt_project/Main.scala
Normal file
@@ -0,0 +1,5 @@
|
||||
object HelloAle {
|
||||
def main(args: Array[String]): Int = {
|
||||
println("Hello, ale!")
|
||||
}
|
||||
}
|
||||
3
test/scala_fixtures/no_active_sbt_project/build.sbt
Normal file
3
test/scala_fixtures/no_active_sbt_project/build.sbt
Normal file
@@ -0,0 +1,3 @@
|
||||
name := "ale-scala-valid"
|
||||
version := "1.0"
|
||||
scalaVersion := "2.12.6"
|
||||
@@ -0,0 +1 @@
|
||||
sbt.version=1.2.1
|
||||
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!")
|
||||
}
|
||||
}
|
||||
3
test/scala_fixtures/valid_sbt_project/build.sbt
Normal file
3
test/scala_fixtures/valid_sbt_project/build.sbt
Normal file
@@ -0,0 +1,3 @@
|
||||
name := "ale-scala-valid"
|
||||
version := "1.0"
|
||||
scalaVersion := "2.12.6"
|
||||
@@ -0,0 +1 @@
|
||||
sbt.version=1.2.1
|
||||
@@ -0,0 +1 @@
|
||||
{"uri":"tcp://127.0.0.1:5211"}
|
||||
Reference in New Issue
Block a user