Rip out scalafmt from the CI pipeline

How can Scala people be satisfied with such a defective tool? It takes
all the bad parts of clang-format and none of the good ones. It can't
even enfore the official Scala style guide!

Anyway, I'm open to adding it back as long as it's set up to only check
files that have been modified in a MR or a commit. But I, personally,
don't feel like digging through giant piles of yaml to accomplish that.
This commit is contained in:
Fingercomp 2025-08-03 00:15:48 +03:00
parent e0b8f61b6e
commit 88f6870aa1
No known key found for this signature in database
GPG Key ID: BBC71CEE45D86E37

View File

@ -29,13 +29,14 @@ test:
script:
- sbt test
scalafmt:
stage: test
allow_failure: true
before_script:
- sbt -v sbtVersion
script:
- sbt scalafmtCheckAll
# Rest in piece.
#scalafmt:
# stage: test
# allow_failure: true
# before_script:
# - sbt -v sbtVersion
# script:
# - sbt scalafmtCheckAll
build:
stage: build