File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,21 @@ linters:
3333 - examples$ 
3434formatters :
3535 enable :
36+  - gci 
37+  - gofmt 
3638 - gofumpt 
3739 - goimports 
40+  - golines 
3841 settings :
3942 gofumpt :
40-  module-path : github.com/xorcare/testing-go-code-with-postgres 
4143 goimports :
42-  local-prefixes :
43-  - github.com/xorcare/testing-go-code-with-postgres 
44+  gci :
45+  sections :
46+  - standard 
47+  - default 
48+  - localmodule 
49+  golines :
50+  max-len : 100 
4451 exclusions :
4552 generated : lax 
4653 paths :
Original file line number Diff line number Diff line change @@ -14,13 +14,11 @@ import (
1414"github.com/golang-migrate/migrate/v4" 
1515_ "github.com/golang-migrate/migrate/v4/database/postgres" 
1616"github.com/golang-migrate/migrate/v4/source/iofs" 
17- 
18- "github.com/xorcare/testing-go-code-with-postgres/migrations" 
19- 
2017"github.com/google/uuid" 
2118"github.com/stretchr/testify/require" 
2219
2320rootpkg "github.com/xorcare/testing-go-code-with-postgres" 
21+ "github.com/xorcare/testing-go-code-with-postgres/migrations" 
2422"github.com/xorcare/testing-go-code-with-postgres/testingpg" 
2523)
2624
                         You can’t perform that action at this time. 
           
                  
0 commit comments