Skip to content

Commit 9835820

Browse files
docs: add hint to enable to linter (#8)
1 parent a0cbc55 commit 9835820

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ A linter that handle directives into `go.mod`.
1212
Recommended.
1313

1414
```yml
15+
linters:
16+
enable:
17+
- gomoddirectives
18+
1519
linters-settings:
1620
gomoddirectives:
1721
# Allow local `replace` directives.

0 commit comments

Comments
 (0)