Compare commits
No commits in common. "af6265a822093dfa4360ea29692280403f4a996a" and "ddf352c6be7fefa537a971950148a20917da6ca5" have entirely different histories.
af6265a822
...
ddf352c6be
3 changed files with 2 additions and 3 deletions
|
@ -11,6 +11,6 @@ repos:
|
||||||
description: Enforces using only 'LF' line endings.
|
description: Enforces using only 'LF' line endings.
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
|
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
|
||||||
rev: v1.0.1
|
rev: v1.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: scalafmt
|
- id: scalafmt
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// See: https://github.com/scalameta/scalafmt/tags for the latest tags.
|
// See: https://github.com/scalameta/scalafmt/tags for the latest tags.
|
||||||
version = 3.8.1
|
version = 3.7.17
|
||||||
runner.dialect = scala3
|
runner.dialect = scala3
|
||||||
maxColumn = 80
|
maxColumn = 80
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,6 @@ object CalVer {
|
||||||
.addDelimiter(Delimiter.Dot)
|
.addDelimiter(Delimiter.Dot)
|
||||||
.addComponent(Component.DD)
|
.addComponent(Component.DD)
|
||||||
.addDelimiter(Delimiter.Hyphen)
|
.addDelimiter(Delimiter.Hyphen)
|
||||||
.addComponent(Component.Label("v"))
|
|
||||||
.addComponent(Component.GitSha(7))
|
.addComponent(Component.GitSha(7))
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue