forked from golangci/golangci-lint
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathformatters_info.json
More file actions
62 lines (62 loc) · 1.65 KB
/
formatters_info.json
File metadata and controls
62 lines (62 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"name": "gci",
"desc": "Check if code and import statements are formatted, with additional rules.",
"loadMode": 8199,
"originalURL": "https://github.com/daixiang0/gci",
"internal": false,
"canAutoFix": true,
"isSlow": false,
"since": "v1.30.0"
},
{
"name": "gofmt",
"desc": "Check if the code is formatted according to 'gofmt' command.",
"loadMode": 8199,
"originalURL": "https://pkg.go.dev/cmd/gofmt",
"internal": false,
"canAutoFix": true,
"isSlow": false,
"since": "v1.0.0"
},
{
"name": "gofumpt",
"desc": "Check if code and import statements are formatted, with additional rules.",
"loadMode": 8199,
"originalURL": "https://github.com/mvdan/gofumpt",
"internal": false,
"canAutoFix": true,
"isSlow": false,
"since": "v1.28.0"
},
{
"name": "golines",
"desc": "Checks if code is formatted, and fixes long lines",
"loadMode": 8199,
"originalURL": "https://github.com/segmentio/golines",
"internal": false,
"canAutoFix": true,
"isSlow": false,
"since": "v2.0.0"
},
{
"name": "goimports",
"desc": "Checks if the code and import statements are formatted according to the 'goimports' command.",
"loadMode": 8199,
"originalURL": "https://pkg.go.dev/golang.org/x/tools/cmd/goimports",
"internal": false,
"canAutoFix": true,
"isSlow": false,
"since": "v1.20.0"
},
{
"name": "swaggo",
"desc": "Check if swaggo comments are formatted",
"loadMode": 8199,
"originalURL": "https://github.com/swaggo/swag",
"internal": false,
"canAutoFix": true,
"isSlow": false,
"since": "v2.2.0"
}
]