We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2e5c4 commit c9fc84eCopy full SHA for c9fc84e
goreadme.go
@@ -35,7 +35,6 @@
35
// badge-travisci: 'true'
36
// badge-codecov: 'true'
37
// badge-godoc: 'true'
38
-// badge-goreadme: 'true'
39
// # Optional: Token allows goreadme to comment the PR with diff preview.
40
// GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
41
//
@@ -57,7 +56,7 @@
57
56
// hooks:
58
// - id: goreadme
59
// entry: env README_FILE=README.md goreadme
60
-// args: ['-badge-goreadme=true', '-badge-godoc=true']
+// args: ['-badge-godoc=true']
61
62
// 3. Change README_FILE to your file name and add any flags you need in `args`.
63
// 4. Auto-update the config to the latest repos' versions by executing `pre-commit autoupdate`
0 commit comments