Skip to content

Commit 77ac93d

Browse files
committed
fix: golangci-lint config file
1 parent a26ed47 commit 77ac93d

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.golangci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: "2"
22

33
formatters:
4-
default: none
54
enable:
65
- gofmt
76
- goimports
@@ -36,7 +35,3 @@ linters:
3635
issues:
3736
max-issues-per-linter: 0
3837
max-same-issues: 0
39-
40-
exclusions:
41-
paths:
42-
- vendor

database/migrations/migrations.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ package migrations
77
import "embed"
88

99
// EmbedFS holds all embedded SQL migration files for single-binary deployments.
10+
//
1011
//go:embed "sqlite/*.sql"
1112
var EmbedFS embed.FS

0 commit comments

Comments
 (0)