Trying to use system-level scalafmt.
This commit is contained in:
parent
10041a87d7
commit
0c4afb9449
2 changed files with 1 additions and 11 deletions
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"mainClass": "org.scalafmt.cli.Cli?",
|
|
||||||
"repositories": [
|
|
||||||
"central"
|
|
||||||
],
|
|
||||||
"dependencies": [
|
|
||||||
"org.scalameta::scalafmt-cli:latest.release"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
name: scalafmt
|
name: scalafmt
|
||||||
description: "Runs the scalafmt code formatter using Coursier."
|
description: "Runs the scalafmt code formatter using Coursier."
|
||||||
entry: scalafmt
|
entry: scalafmt
|
||||||
language: coursier
|
language: system
|
||||||
types: [file]
|
types: [file]
|
||||||
files: \.(scala|sbt|sc)$
|
files: \.(scala|sbt|sc)$
|
||||||
stages: [commit]
|
stages: [commit]
|
||||||
|
|
Loading…
Add table
Reference in a new issue