We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6a7e5 commit f9e53ebCopy full SHA for f9e53eb
README.md
@@ -13,7 +13,7 @@ go get github.com/denis-tingajkin/go-header/cmd/go-header
13
14
# Configuration
15
16
-To configuring `go-header.yaml` linter you simply need to fill the next structures in YAML format.
+To configuring `go-header.yml` linter you simply need to fill the next structures in YAML format.
17
```go
18
// Configuration represents go-header linter setup parameters
19
type Configuration struct {
cmd/go-header/main.go
@@ -11,7 +11,7 @@ import (
11
"os"
12
)
-const configPath = ".go-header.yaml"
+const configPath = ".go-header.yml"
type issue struct {
goheader.Issue
0 commit comments