Procházet zdrojové kódy

Use gofumpt from github

tags/v2.1.9^2
9seconds před 2 měsíci
rodič
revize
4c029fc683
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      .mise.toml

+ 1
- 1
.mise.toml Zobrazit soubor

@@ -1,6 +1,7 @@
1 1
 [tools]
2 2
 go = "latest"
3 3
 "go:golang.org/x/tools/gopls" = "latest"
4
+"go:mvdan.cc/gofumpt" = "latest"
4 5
 
5 6
 [vars]
6 7
 fuzzflags = "-fuzztime=120s"
@@ -96,6 +97,5 @@ run = "pkgsite -http 0.0.0.0:10000"
96 97
 
97 98
 [tasks.fmt]
98 99
 description = "Reformat source code"
99
-tools.gofumpt = "latest"
100 100
 sources = ["**/*.go"]
101 101
 run = "gofumpt -w --extra ."

Načítá se…
Zrušit
Uložit