File tree Expand file tree Collapse file tree 6 files changed +9
-11
lines changed Expand file tree Collapse file tree 6 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
20
20
github.com/butuzov/ireturn v0.1.1
21
21
github.com/charithe/durationcheck v0.0.9
22
22
github.com/daixiang0/gci v0.3.1
23
- github.com/denis-tingajkin /go-header v0.4.2
23
+ github.com/denis-tingaikin /go-header v0.4.3
24
24
github.com/esimonov/ifshort v1.0.4
25
25
github.com/fatih/color v1.13.0
26
26
github.com/fzipp/gocyclo v0.4.0
Original file line number Diff line number Diff line change 4
4
"go/token"
5
5
"sync"
6
6
7
- goheader "github.com/denis-tingajkin /go-header"
7
+ goheader "github.com/denis-tingaikin /go-header"
8
8
"golang.org/x/tools/go/analysis"
9
9
10
10
"github.com/golangci/golangci-lint/pkg/golinters/goanalysis"
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
362
362
linter .NewConfig (golinters .NewGoHeader ()).
363
363
WithSince ("v1.28.0" ).
364
364
WithPresets (linter .PresetStyle ).
365
- WithURL ("https://github.com/denis-tingajkin /go-header" ),
365
+ WithURL ("https://github.com/denis-tingaikin /go-header" ),
366
366
367
367
linter .NewConfig (golinters .NewGoimports ()).
368
368
WithSince ("v1.20.0" ).
Original file line number Diff line number Diff line change 1
1
/*MY TITLE!*/ // ERROR `Expected:TITLE\., Actual: TITLE!`
2
2
3
- //args: -Egoheader
4
- //config_path: testdata/configs/go-header.yml
3
+ // args: -Egoheader
4
+ // config_path: testdata/configs/go-header.yml
5
5
package testdata
Original file line number Diff line number Diff line change 1
1
/*MY TITLE.*/
2
2
3
- //args: -Egoheader
4
- //config_path: testdata/configs/go-header.yml
3
+ // args: -Egoheader
4
+ // config_path: testdata/configs/go-header.yml
5
5
package testdata
You can’t perform that action at this time.
0 commit comments