Skip to content

Commit 4f47286

Browse files
Add reuse documentation in readme
1 parent a05315b commit 4f47286

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The config file has the following sections:
5555
* [golangciLint](#golangcilint)
5656
* [goReleaser](#goreleaser)
5757
* [makefile](#makefile)
58+
* [reuse](#reuse)
5859
* [metadata](#metadata)
5960
* [renovate](#renovate)
6061
* [spellCheck](#spellcheck)
@@ -235,6 +236,18 @@ makefile:
235236
`enabled` is an optional setting to disable the `Makefile` generation completely.
236237
If not specified, the setting is treated as being set to true to maintain backwards compatibility with older configs.
237238

239+
### `reuse`
240+
241+
```yaml
242+
reuse:
243+
enabled: false
244+
```
245+
246+
`reuse` contains settings related to the [REUSE](https://reuse.software/) config generation.
247+
248+
`enabled` is an optional setting to disable the REUSE config generation completely.
249+
If not specified, the setting is treated as being set to true to maintain backwards compatibility with older configs.
250+
238251
### `metadata`
239252

240253
```yaml

0 commit comments

Comments
 (0)