You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from what I've understood from the REUSE.toml is it's more for documenting files I don't want to add a license comment or a .license file? sorry if this is wrong
I'm looking for a way to reduce the amount of code for each statement here #534 (comment)
I feel like I would want to write this in 1 of two ways to reduce this code, these options are just things I could make defaults, they would be overriden on the cli. I think honestly either/or options/license-map would help my problem, both would allow me to just run reuse annotate
in any direction it reduces my copy pasta. In case I haven't said it, such a file should have zero legal bearing and should not be taken into consideration by tools like reuse lint (anymore than something like my lintstagedrc does)
The text was updated successfully, but these errors were encountered:
xenoterracide
changed the title
reuse mapping configuration file
reuse configuration file
Nov 28, 2024
from what I've understood from the
REUSE.toml
is it's more for documenting files I don't want to add a license comment or a .license file? sorry if this is wrongI'm looking for a way to reduce the amount of code for each statement here #534 (comment)
I feel like I would want to write this in 1 of two ways to reduce this code, these options are just things I could make defaults, they would be overriden on the cli. I think honestly either/or options/license-map would help my problem, both would allow me to just run
reuse annotate
with just options I could rewrite my yaml file to look like this
with just the license map
in any direction it reduces my copy pasta. In case I haven't said it, such a file should have zero legal bearing and should not be taken into consideration by tools like
reuse lint
(anymore than something like my lintstagedrc does)The text was updated successfully, but these errors were encountered: