Skip to content

Commit f9e53eb

Browse files
change .go-header.yaml to .go-header.yml
1 parent 5e6a7e5 commit f9e53eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ go get github.com/denis-tingajkin/go-header/cmd/go-header
1313

1414
# Configuration
1515

16-
To configuring `go-header.yaml` linter you simply need to fill the next structures in YAML format.
16+
To configuring `go-header.yml` linter you simply need to fill the next structures in YAML format.
1717
```go
1818
// Configuration represents go-header linter setup parameters
1919
type Configuration struct {

cmd/go-header/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"os"
1212
)
1313

14-
const configPath = ".go-header.yaml"
14+
const configPath = ".go-header.yml"
1515

1616
type issue struct {
1717
goheader.Issue

0 commit comments

Comments
 (0)