Skip to content

Expand Scala tooling coverage #168

Description

@andrew

knowledge/scala/ currently detects the language, sbt, ScalaTest, scalafmt, and WartRemover. That misses the second-most-common build tool and most of the test/lint layer, so a Mill or scala-cli project reports Scala-the-language but no package manager, and a MUnit-based project reports no test tool.

Build / package manager

Test

Lint

sbt detection

  • knowledge/scala/sbt.toml detect.files currently matches only the literal build.sbt. Adding "*.sbt" and "project/build.properties" would catch projects that name the root file differently or define the build purely under project/.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions