Skip to content

Commit fbd2416

Browse files
authored
Merge pull request #2476 from alexandear-org/chore/fix-golangci-lint-config
Fix golangci-lint configuration file
2 parents 5d1a914 + 0fec22c commit fbd2416

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See for configurations: https://golangci-lint.run/usage/configuration/
2-
version: 2
2+
version: "2"
33

44
linters:
55
default: none
@@ -9,7 +9,6 @@ linters:
99

1010
# See: https://golangci-lint.run/usage/formatters/
1111
formatters:
12-
default: none
1312
enable:
1413
- gofmt # https://pkg.go.dev/cmd/gofmt
1514
- gofumpt # https://github.com/mvdan/gofumpt

0 commit comments

Comments
 (0)