Hook go-licenses into tidy again (#21353)

Running it as part of the build is really unnecessary because we have a
valid output file in the repo and assuming go dependencies do not change
unless go.mod also changes, tidy really is the best target to run the
license generation after.

Also, regenerate the file as I missed to do so during the chroma update,
and mark all json files in assets as generated.
This commit is contained in:
silverwind
2022-10-10 20:45:02 +02:00
repo.diff.committed_by GitHub
repo.diff.parent 083ac164dc
repo.diff.commit 94037ada24
repo.diff.stats_desc%!(EXTRA int=3, int=8, int=19)

1
.gitattributes repo.diff.vendored
repo.diff.view_file

@@ -1,5 +1,6 @@
* text=auto eol=lf
*.tmpl linguist-language=Handlebars
/assets/*.json linguist-generated
/public/vendor/** -text -eol linguist-vendored
/vendor/** -text -eol linguist-vendored
/web_src/fomantic/build/** linguist-generated