File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ The config file has the following sections:
55
55
* [ golangciLint] ( #golangcilint )
56
56
* [ goReleaser] ( #goreleaser )
57
57
* [ makefile] ( #makefile )
58
+ * [ reuse] ( #reuse )
58
59
* [ metadata] ( #metadata )
59
60
* [ renovate] ( #renovate )
60
61
* [ spellCheck] ( #spellcheck )
@@ -235,6 +236,18 @@ makefile:
235
236
` enabled` is an optional setting to disable the `Makefile` generation completely.
236
237
If not specified, the setting is treated as being set to true to maintain backwards compatibility with older configs.
237
238
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
+
238
251
# ## `metadata`
239
252
240
253
` ` ` yaml
You can’t perform that action at this time.
0 commit comments