com.indoorvivants.langoustine:lsp_3

lsp


License
Apache-2.0

Documentation

Scala Library template

This is a template repository with some of the learnings from OSS Scala ecosystem applied.

JVM Scala.js (1.x) Scala Native (0.4.0)
Scala 2.12.13 ✅ ✅ ✅
Scala 2.13.5 ✅ ✅ ✅
Scala 3.0.0 ✅ ✅

sbt preCI

A preCI command is added - which will reformat, apply scalafix rules, create licence headers, run missinglink, etc.

This command is designed to be run before pushing, not on CI.

sbt ci command only runs checks, it never changes sources.